Package org.derive4j.processor.api.model
Class TypeConstructor
java.lang.Object
org.derive4j.processor.api.model.TypeConstructor
- Direct Known Subclasses:
TypeConstructors.Lazy
,TypeConstructors.TypeConstructor_
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <R> R
match
(TypeConstructor.Case<R> typeConstructor) static TypeConstructor
typeConstructor
(TypeElement typeElement, DeclaredType declaredType, List<TypeVariable> typeVariables)
-
Constructor Details
-
TypeConstructor
TypeConstructor()
-
-
Method Details
-
typeConstructor
public static TypeConstructor typeConstructor(TypeElement typeElement, DeclaredType declaredType, List<TypeVariable> typeVariables) -
match
-
typeElement
-
declaredType
-
typeVariables
-