Uses of Class
io.atlassian.fugue.extensions.step.EitherStep6
Packages that use EitherStep6
-
Uses of EitherStep6 in io.atlassian.fugue.extensions.step
Methods in io.atlassian.fugue.extensions.step that return EitherStep6Modifier and TypeMethodDescriptionEitherStep6.filter(Predicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F> predicate, Supplier<? extends LEFT> unsatisfiedSupplier) Apply the provided predicate with the previous step results.EitherStep5.then(Function5<? super A, ? super B, ? super C, ? super D, ? super E, Either<LL, F>> functor) Apply the provided function with the previous Step results.Apply the provided supplier with the previous Step results.