@FunctionalInterface public interface Action2<A,B> extends java.util.function.BiConsumer<A,B>
default void
accept(A a, B b)
void
call(A a, B b)
andThen
void call(A a, B b)
default void accept(A a, B b)
accept
java.util.function.BiConsumer<A,B>
Copyright © 2018. All rights reserved.