Uses of Class
org.derive4j.processor.api.TypeClassInstance
Packages that use TypeClassInstance
-
Uses of TypeClassInstance in org.derive4j.processor.api
Subclasses of TypeClassInstance in org.derive4j.processor.apiModifier and TypeClassDescriptionprivate static final class
private static final class
Fields in org.derive4j.processor.api declared as TypeClassInstanceFields in org.derive4j.processor.api with type parameters of type TypeClassInstanceModifier and TypeFieldDescriptionprivate Supplier
<TypeClassInstance> TypeClassInstances.Lazy.expression
Methods in org.derive4j.processor.api that return TypeClassInstanceModifier and TypeMethodDescriptionprivate TypeClassInstance
TypeClassInstances.Lazy._evaluate()
static TypeClassInstance
TypeClassInstances.instance
(com.squareup.javapoet.ClassName typeClass, com.squareup.javapoet.ClassName typeConstructor) static TypeClassInstance
TypeClassInstances.lazy
(Supplier<TypeClassInstance> typeClassInstance) Methods in org.derive4j.processor.api that return types with arguments of type TypeClassInstanceModifier and TypeMethodDescriptionfinal <X> Function
<TypeClassInstance, X> TypeClassInstances.CasesMatchers.TotalMatcher_Instance.instance
(BiFunction<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName, X> instance) final <X> Function
<TypeClassInstance, X> TypeClassInstances.CasesMatchers.TotalMatcher_Instance.instance_
(X x) TypeClassInstances.modTypeClass
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeClassMod) TypeClassInstances.modTypeClass
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeClassMod) TypeClassInstances.modTypeConstructor
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeConstructorMod) TypeClassInstances.modTypeConstructor
(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeConstructorMod) TypeClassInstances.setTypeClass
(com.squareup.javapoet.ClassName newTypeClass) TypeClassInstances.setTypeClass
(com.squareup.javapoet.ClassName newTypeClass) TypeClassInstances.setTypeConstructor
(com.squareup.javapoet.ClassName newTypeConstructor) TypeClassInstances.setTypeConstructor
(com.squareup.javapoet.ClassName newTypeConstructor) Methods in org.derive4j.processor.api with parameters of type TypeClassInstanceModifier and TypeMethodDescriptionstatic com.squareup.javapoet.ClassName
TypeClassInstances.getTypeClass
(TypeClassInstance typeClassInstance) static com.squareup.javapoet.ClassName
TypeClassInstances.getTypeConstructor
(TypeClassInstance typeClassInstance) Method parameters in org.derive4j.processor.api with type arguments of type TypeClassInstanceModifier and TypeMethodDescriptionstatic TypeClassInstance
TypeClassInstances.lazy
(Supplier<TypeClassInstance> typeClassInstance) Constructor parameters in org.derive4j.processor.api with type arguments of type TypeClassInstanceModifierConstructorDescription(package private)
Lazy
(Supplier<TypeClassInstance> typeClassInstance)