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 TypeConstructor
TypeConstructor.Case<R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate TypeConstructor<R> Rmatch(TypeConstructor.Case<R> typeConstructor) Methods inherited from class TypeConstructor
declaredType, typeConstructor, typeElement, typeVariables
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<TypeConstructor> typeConstructor)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
matchin classTypeConstructor
-