| Package | Description |
|---|---|
| io.atlassian.fugue |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,E extends Exception> |
Checked.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.
|
static <A,B,E extends 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.
|
Copyright © 2018 Atlassian. All rights reserved.