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