Interface CheckedFunction<T,R>
-
- All Superinterfaces:
java.util.function.Function<T,R>
public interface CheckedFunction<T,R> extends java.util.function.Function<T,R>A function interface that automatically wraps any exceptions.- Author:
- Ramsey Gurley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Rapplies(T arg)Same asapplyexcept Exceptions may be thrown.default Rapply(T arg)
-