Package org.dmfs.jems2.function
Class Unchecked<Argument,Result,E extends Exception>
java.lang.Object
org.dmfs.jems2.function.Unchecked<Argument,Result,E>
- All Implemented Interfaces:
FragileFunction<Argument,,Result, RuntimeException> Function<Argument,Result>
-
Constructor Summary
ConstructorsConstructorDescriptionUnchecked(FragileFunction<Argument, Result, E> delegate) Unchecked(Function<? super E, ? extends RuntimeException> exceptionFunction, FragileFunction<Argument, Result, E> delegate) -
Method Summary
-
Constructor Details
-
Unchecked
-
Unchecked
-
Unchecked
public Unchecked(Function<? super E, ? extends RuntimeException> exceptionFunction, FragileFunction<Argument, Result, E> delegate)
-
-
Method Details