Beispiel #1
0
 public static <S> Optional<S, S> id() {
   return new Optional<>(POptional.pId());
 }