Uses of Interface
io.atlassian.fugue.Either.Projection
-
Packages that use Either.Projection Package Description io.atlassian.fugue -
-
Uses of Either.Projection in io.atlassian.fugue
Classes in io.atlassian.fugue that implement Either.Projection Modifier and Type Class Description (package private) classEither.AbstractProjection<A,B>Holds the common implementation for both projections.classEither.LeftProjectionA left projection of an either value.classEither.RightProjectionA right projection of an either value.
-