Class EitherModels.EitherModel_
java.lang.Object
org.derive4j.processor.api.EitherModel
org.derive4j.processor.api.EitherModels.EitherModel_
- Enclosing class:
EitherModels
-
Nested Class Summary
Nested classes/interfaces inherited from class EitherModel
EitherModel.Case<R> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ExecutableElementprivate final ExecutableElementprivate final TypeElement -
Constructor Summary
ConstructorsConstructorDescriptionEitherModel_(TypeElement typeElement, ExecutableElement leftConstructor, ExecutableElement rightConstructor) -
Method Summary
Methods inherited from class EitherModel
leftConstructor, rightConstructor, typeElement
-
Field Details
-
typeElement
-
leftConstructor
-
rightConstructor
-
-
Constructor Details
-
EitherModel_
EitherModel_(TypeElement typeElement, ExecutableElement leftConstructor, ExecutableElement rightConstructor)
-
-
Method Details
-
match
- Specified by:
matchin classEitherModel
-