Package fj.data
Class Either3.Middle<A,B,C>
- java.lang.Object
-
- fj.data.Either3<A,B,C>
-
- fj.data.Either3.Middle<A,B,C>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fj.data.Either3
Either3.LeftProjection<A,B,C>, Either3.MiddleProjection<A,B,C>, Either3.RightProjection<A,B,C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <D> D
either(F<A,D> fa, F<B,D> fb, F<C,D> fc)
-
Methods inherited from class fj.data.Either3
either_, equals, hashCode, isLeft, isMiddle, isRight, joinLeft, joinMiddle, joinRight, left, left, left_, leftMap, leftMap_, leftOption, map3, middle, middle, middleMap, middleMap_, middleOption, moveLeft, moveRight, right, right, rightMap, rightMap_, rightOption, swap, swapLefts, swapRights
-
-