public interface BiConsumer<A,B>
void
execute(A a, B b)
default BiFunction<A,B,Void>
toFunction()
void execute(A a, B b) throws Throwable
Throwable
default BiFunction<A,B,Void> toFunction()
Copyright © 2018. All rights reserved.