Class TypeRestrictions.Lazy
java.lang.Object
org.derive4j.processor.api.model.TypeRestriction
org.derive4j.processor.api.model.TypeRestrictions.Lazy
- Enclosing class:
TypeRestrictions
-
Nested Class Summary
Nested classes/interfaces inherited from class TypeRestriction
TypeRestriction.Case<R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate TypeRestriction<R> Rmatch(TypeRestriction.Case<R> typeRestriction) Methods inherited from class TypeRestriction
refinementType, restrictedTypeVariable, typeEq, typeRestriction
-
Field Details
-
expression
-
evaluation
-
-
Constructor Details
-
Lazy
Lazy(Supplier<TypeRestriction> typeRestriction)
-
-
Method Details
-
_evaluate
-
match
- Specified by:
matchin classTypeRestriction
-