Consumer<T>
private final Consumer<? super T>
action
private int
depth
private final Function<T,Stream<T>>
mapper
Acceptor(Consumer<? super T> action, Function<T,Stream<T>> mapper)
void
accept(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
accept