Interface | Description |
---|---|
ThrowableBiFunction<A,B,R> |
Defines a
BiFunction that can throw an exception. |
ThrowableDecaFunction<A,B,C,D,E,F,G,H,I,J,R> |
Defines a
DecaFunction that can throw an exception. |
ThrowableEnneaFunction<A,B,C,D,E,F,G,H,I,R> |
Defines a
EnneaFunction that can throw an exception. |
ThrowableFunction<A,R> |
Defines a
java.util.function.Function that can throw an exception. |
ThrowableHeptaFunction<A,B,C,D,E,F,G,R> |
Defines a
HeptaFunction that can throw an exception. |
ThrowableHexaFunction<A,B,C,D,E,F,R> |
Defines a
HexaFunction that can throw an exception. |
ThrowableOctaFunction<A,B,C,D,E,F,G,H,R> |
Defines a
OctaFunction that can throw an exception. |
ThrowablePentaFunction<A,B,C,D,E,R> |
Defines a
PentaFunction that can throw an exception. |
ThrowableTetraFunction<A,B,C,D,R> |
Defines a
TetraFunction that can throw an exception. |
ThrowableTriFunction<A,B,C,R> |
Defines a
TriFunction that can throw an exception. |
ThrowableUndecaFunction<A,B,C,D,E,F,G,H,I,J,K,R> |
Defines a
UndecaFunction that can throw an exception. |