Uses of Interface
io.atlassian.fugue.Checked.Function
Packages that use Checked.Function
-
Uses of Checked.Function in io.atlassian.fugue
Methods in io.atlassian.fugue with parameters of type Checked.FunctionModifier and TypeMethodDescriptionChecked.delayedLift(Checked.Function<A, B, E> f) Lifts a function that potentially throws into a function that either returns a delayed Try, which, when evaluated, returns a Success of the result or a failure containing the thrown exception.Checked.lift(Checked.Function<A, B, E> f) Lifts a function that potentially throws into a function that either returns a Success of the value or a failure containing the thrown exception.