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