Exemplo n.º 1
0
 public ProcessAction<T, R> forEach(Consumer<T> action) {
   return processAction.forEach(action);
 }