Uses of Interface
io.atlassian.fugue.Effect.Applicant
Packages that use Effect.Applicant
-
Uses of Effect.Applicant in io.atlassian.fugue
Subinterfaces of Effect.Applicant in io.atlassian.fugueModifier and TypeInterfaceDescriptionstatic 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.ApplicantModifier and TypeClassDescription(package private) classHolds the common implementation for both projections.final classA left projection of an either value.final classA right projection of an either value.classOption<A>A class that encapsulates missing values.(package private) static final classOne of the big two actual implementation classes.(package private) static final classOption.Some<A>One of the big two actual implementation classes.