Package org.derive4j.processor.api
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 org.derive4j.processor.api.EitherModel
EitherModel.Case<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ExecutableElement
private final ExecutableElement
private final TypeElement
-
Constructor Summary
ConstructorsConstructorDescriptionEitherModel_
(TypeElement typeElement, ExecutableElement leftConstructor, ExecutableElement rightConstructor) -
Method Summary
Methods inherited from class org.derive4j.processor.api.EitherModel
leftConstructor, rightConstructor, typeElement
-
Field Details
-
typeElement
-
leftConstructor
-
rightConstructor
-
-
Constructor Details
-
EitherModel_
EitherModel_(TypeElement typeElement, ExecutableElement leftConstructor, ExecutableElement rightConstructor)
-
-
Method Details
-
match
- Specified by:
match
in classEitherModel
-