Uses of Class
io.atlassian.fugue.extensions.step.OptionalStep2
-
Packages that use OptionalStep2 Package Description io.atlassian.fugue.extensions.step -
-
Uses of OptionalStep2 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return OptionalStep2 Modifier and Type Method Description OptionalStep2<A,B>OptionalStep2. filter(java.util.function.BiPredicate<? super A,? super B> predicate)Apply the provided predicate with the previous step results.<B> OptionalStep2<A,B>OptionalStep1. then(java.util.function.Function<? super A,java.util.Optional<B>> functor)Apply the provided function with the previous Step results.<B> OptionalStep2<A,B>OptionalStep1. then(java.util.function.Supplier<java.util.Optional<B>> supplier)Apply the provided supplier with the previous Step results.
-