Package io.atlassian.fugue
Interface Checked.Function<A,B,E extends java.lang.Exception>
-
- Type Parameters:
A- the type of the input to the functionB- the type of the result of the functionE- The type of exception potentially thrown
- Enclosing class:
- Checked
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Checked.Function<A,B,E extends java.lang.Exception>Represents aChecked.Functionthat may throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Bapply(A t)default java.util.function.Function<A,Try<B>>lift()
-