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