| EitherStep1<A,LEFT> |
The first step of the Either type.
|
| EitherStep2<A,B,LEFT> |
The second step of the Either type.
|
| EitherStep3<A,B,C,LEFT> |
The third step of the Either type.
|
| EitherStep4<A,B,C,D,LEFT> |
The fourth step of the Either type.
|
| EitherStep5<A,B,C,D,E,LEFT> |
The fifth step of the Either type.
|
| EitherStep6<A,B,C,D,E,F,LEFT> |
The sixth step of the Either type.
|
| OptionalStep1<A> |
The first step of the Optional type.
|
| OptionalStep2<A,B> |
The second step of the Optional type.
|
| OptionalStep3<A,B,C> |
The third step of the Optional type.
|
| OptionalStep4<A,B,C,D> |
The fourth step of the Optional type.
|
| OptionalStep5<A,B,C,D,E> |
The fifth step of the Optional type.
|
| OptionalStep6<A,B,C,D,E,F> |
The sixth step of the Optional type.
|
| OptionStep1<A> |
The first step of the Option type.
|
| OptionStep2<A,B> |
The second step of the Option type.
|
| OptionStep3<A,B,C> |
The third step of the Option type.
|
| OptionStep4<A,B,C,D> |
The fourth step of the Option type.
|
| OptionStep5<A,B,C,D,E> |
The fifth step of the Option type.
|
| OptionStep6<A,B,C,D,E,F> |
The sixth step of the Option type.
|
| Steps |
This provides an entry point for a "for-comprehension" styled syntax shortcut
of fugue Option, Either, Try and Java 8
Optional.
|
| TryStep1<A> |
The first step of the Try type.
|
| TryStep2<A,B> |
The second step of the Try type.
|
| TryStep3<A,B,C> |
The third step of the Try type.
|
| TryStep4<A,B,C,D> |
The fourth step of the Try type.
|
| TryStep5<A,B,C,D,E> |
The fifth step of the Try type.
|
| TryStep6<A,B,C,D,E,F> |
The sixth step of the Try type.
|