public class ConsumerAdapter<V> extends Object implements java.util.function.Consumer<V>
ConsumerAdapter(Consumer<V> delegate)
void
accept(V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public ConsumerAdapter(Consumer<V> delegate)
public void accept(V v)
accept
java.util.function.Consumer<V>
Copyright © 2020. All rights reserved.