| Interface | Description |
|---|---|
| HexaConsumer<A,B,C,D,E,F> | |
| HexaFunction<A,B,C,D,E,R> | |
| PentaConsumer<A,B,C,D,E> | |
| PentaFunction<A,B,C,D,E,R> | |
| SeptaConsumer<A,B,C,D,E,F> | |
| SeptaFunction<A,B,C,D,E,F,G,R> | |
| TetraConsumer<A,B,C,D> | |
| TetraFunction<A,B,C,D,R> | |
| TriConsumer<A,B,C> | |
| TriFunction<A,B,C,R> | |
| UHexaConsumer<A,B,C,D,E,F> |
A functional interface for handling checked exceptions.
|
| UHexaFunction<A,B,C,D,E,R> |
A functional interface for handling checked exceptions.
|
| UPentaConsumer<A,B,C,D,E> |
A functional interface for handling checked exceptions.
|
| UPentaFunction<A,B,C,D,E,R> |
A functional interface for handling checked exceptions.
|
| USeptaConsumer<A,B,C,D,E,F> |
A functional interface for handling checked exceptions.
|
| USeptaFunction<A,B,C,D,E,F,G,R> |
A functional interface for handling checked exceptions.
|
| UTetraConsumer<A,B,C,D> |
A functional interface for handling checked exceptions.
|
| UTetraFunction<A,B,C,D,R> |
A functional interface for handling checked exceptions.
|
| UTriConsumer<A,B,C> |
A functional interface for handling checked exceptions.
|
| UTriFunction<A,B,C,R> |
A functional interface for handling checked exceptions.
|
N-ary functional interfaces.
| Arity | Function | Consumer |
|---|---|---|
| 0 | Supplier |
Runnable |
| 1 | Function |
Consumer |
| 2 | BiFunction |
BiConsumer |
| 3 | TriFunction |
TriConsumer |
| 4 | TetraFunction |
TetraConsumer |
| 5 | PentaFunction |
PentaConsumer |
| 6 | HexaFunction |
HexaConsumer |
| 7 | SeptaFunction |
SeptaConsumer |