Uses of Class
io.atlassian.fugue.extensions.step.EitherStep3
Packages that use EitherStep3
-
Uses of EitherStep3 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep3Modifier and TypeMethodDescriptionEitherStep3<A, B, C, LEFT> EitherStep3.filter(Predicate3<? super A, ? super B, ? super C> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.<C, LL extends LEFT>
EitherStep3<A, B, C, LEFT> EitherStep2.then(BiFunction<? super A, ? super B, Either<LL, C>> functor) Apply the provided function with the previous Step results.<C, LL extends LEFT>
EitherStep3<A, B, C, LEFT> Apply the provided supplier with the previous Step results.