Package org.derive4j.processor.api.model
Class TypeConstructors.Lazy
java.lang.Object
org.derive4j.processor.api.model.TypeConstructor
org.derive4j.processor.api.model.TypeConstructors.Lazy
- Enclosing class:
TypeConstructors
-
Nested Class Summary
Nested classes/interfaces inherited from class org.derive4j.processor.api.model.TypeConstructor
TypeConstructor.Case<R>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate TypeConstructor
<R> R
match
(TypeConstructor.Case<R> typeConstructor) Methods inherited from class org.derive4j.processor.api.model.TypeConstructor
declaredType, typeConstructor, typeElement, typeVariables
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<TypeConstructor> typeConstructor)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
match
in classTypeConstructor
-