Uses of Interface
io.atlassian.fugue.Maybe
-
Packages that use Maybe Package Description io.atlassian.fugue -
-
Uses of Maybe in io.atlassian.fugue
Subinterfaces of Maybe in io.atlassian.fugue Modifier and Type Interface Description static interfaceEither.Projection<A,B,L,R>Classes in io.atlassian.fugue that implement Maybe 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.classOption<A>A class that encapsulates missing values.(package private) static classOption.NoneOne of the big two actual implementation classes.(package private) static classOption.Some<A>One of the big two actual implementation classes.
-