Exemplo n.º 1
0
 public static <T extends Comparable<T>> T getOpt2(Option<T> opt) {
   return OptTest.getOpt2(opt);
 }