- Type Parameters:
X
- Type of input
Y
- Type of output
E
- Exception's type
- All Implemented Interfaces:
- Func<X,Y>
public final class CheckedFunc<X,Y,E extends Exception>
extends Object
implements Func<X,Y>
Func that throws exception of specified type.
- Since:
- 0.32