Package io.reacted.patterns
Interface Try.TryMapper<T,R>
- All Superinterfaces:
UnChecked.CheckedFunction<T,R>
public static interface Try.TryMapper<T,R> extends UnChecked.CheckedFunction<T,R>
-
Method Details
-
apply
- Specified by:
applyin interfaceUnChecked.CheckedFunction<T,R>- Throws:
java.lang.Throwable
-