Uses of Class
org.derive4j.processor.Either
Packages that use Either
-
Uses of Either in org.derive4j.processor
Subclasses of Either in org.derive4j.processorModifier and TypeClassDescriptionprivate static final classEithers.Lazy<A,B> private static final classEithers.Left<A,B> private static final classEithers.Right<A,B> Fields in org.derive4j.processor declared as EitherModifier and TypeFieldDescriptionEithers.CaseOfMatchers.PartialMatcher._eitherEithers.CaseOfMatchers.TotalMatcher_Left._eitherEithers.Lazy.evaluationFields in org.derive4j.processor with type parameters of type EitherMethods in org.derive4j.processor that return EitherModifier and TypeMethodDescriptionEithers.Lazy._evaluate()static <A,B> Either <A, B> static <A,B> Either <A, B> Eithers.left(A left) static <A,B> Either <A, B> Eithers.right(B right) Methods in org.derive4j.processor that return types with arguments of type EitherModifier and TypeMethodDescriptionEithers.CasesMatchers.PartialMatcher.otherwise_(X x) Eithers.CasesMatchers.PartialMatcher.otherwiseEmpty()Eithers.setLeft(XA newLeft) Eithers.setLeft(XA newLeft) Eithers.setRight(XB newRight) Eithers.setRight(XB newRight) Methods in org.derive4j.processor with parameters of type EitherModifier and TypeMethodDescriptionstatic <A,B> Eithers.CaseOfMatchers.TotalMatcher_Left <A, B> static <A,B> Optional <A> static <A,B> Optional <B> Method parameters in org.derive4j.processor with type arguments of type EitherConstructors in org.derive4j.processor with parameters of type EitherModifierConstructorDescription(package private)(package private)TotalMatcher_Left(Either<A, B> _either) (package private)Constructor parameters in org.derive4j.processor with type arguments of type Either