Uses of Class
fj.data.Either.RightProjection
-
Packages that use Either.RightProjection Package Description fj.data Common algebraic data types. -
-
Uses of Either.RightProjection in fj.data
Methods in fj.data that return Either.RightProjection Modifier and Type Method Description Either.RightProjection<A,B>
Either. right()
Projects this either as a right.
-