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