Exemplo n.º 1
0
 @Override
 public F<S, IO<S>> modifyIOF(final F<A, IO<A>> f) {
   return pTraversal.modifyIOF(f);
 }