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