public interface HeptaConsumer<A,B,C,D,E,F,G>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(A a,
B b,
C c,
D d,
E e,
F f,
G g) |
default HeptaFunction<A,B,C,D,E,F,G,Void> |
toFunction() |
Copyright © 2018. All rights reserved.