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