Uses of Class
io.atlassian.fugue.extensions.step.TryStep5
-
Packages that use TryStep5 Package Description io.atlassian.fugue.extensions.step -
-
Uses of TryStep5 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return TryStep5 Modifier and Type Method Description TryStep5<A,B,C,D,E>TryStep5. filter(Predicate5<? super A,? super B,? super C,? super D,? super E> predicate, java.util.function.Supplier<java.lang.Exception> unsatisfiedSupplier)Apply the provided predicate with the previous step results.<E> TryStep5<A,B,C,D,E>TryStep4. then(Function4<? super A,? super B,? super C,? super D,Try<E>> functor)Apply the provided function with the previous Step results.<E> TryStep5<A,B,C,D,E>TryStep4. then(java.util.function.Supplier<Try<E>> supplier)Apply the provided supplier with the previous Step results.
-