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