T
Consumer<T>
default Consumer<T>
andThen(Consumer<? super T> after)
default <V> Consumer<V>
map(Function<V,T> mapper)
accept
andThen