Uses of Interface
io.atlassian.fugue.Checked.Supplier
Packages that use Checked.Supplier
-
Uses of Checked.Supplier in io.atlassian.fugue
Methods in io.atlassian.fugue with parameters of type Checked.SupplierModifier and TypeMethodDescriptionChecked.delay(Checked.Supplier<A, E> s) Create a new delayed Try representing a delayed evaluation of a potentially exception throwing operation.Checked.now(Checked.Supplier<A, E> s) Create a new Try representing the result of a potentially exception throwing operation.Checked.of(Checked.Supplier<A, E> s) Deprecated.
Checked.now(Supplier)to make it clear that the supplier is evaluated immediately.