Beispiel #1
0
 @Override
 public F<S, P1<S>> modifyP1F(final F<A, P1<A>> f) {
   return pOptional.modifyP1F(f);
 }