public class Consumer2Adapter<I1,I2> extends Object implements java.util.function.BiConsumer<I1,I2>
Consumer2Adapter(Consumer2<I1,I2> delegate)
void
accept(I1 key, I2 value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public Consumer2Adapter(Consumer2<I1,I2> delegate)
public void accept(I1 key, I2 value)
accept
java.util.function.BiConsumer<I1,I2>
Copyright © 2020. All rights reserved.