Uses of Interface
io.atlassian.fugue.Effect.Applicant
-
Packages that use Effect.Applicant Package Description io.atlassian.fugue -
-
Uses of Effect.Applicant in io.atlassian.fugue
Subinterfaces of Effect.Applicant in io.atlassian.fugue Modifier and Type Interface Description static interfaceEither.Projection<A,B,L,R>interfaceMaybe<A>Implemented by things that may or may not contain a value.Classes in io.atlassian.fugue that implement Effect.Applicant 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.
-