Uses of Class
io.atlassian.fugue.extensions.step.TryStep1
-
Packages that use TryStep1 Package Description io.atlassian.fugue.extensions.step -
-
Uses of TryStep1 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep1 Modifier and Type Method Description static <A> TryStep1<A>Steps. begin(Try<A> aTry)Begin a new Steps expresison, using theTrytype.TryStep1<A>TryStep1. filter(java.util.function.Predicate<? super A> predicate, java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier)Apply the provided predicate with the previous step results.
-