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 classprivate static final classFields 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.expressionMethods in org.derive4j.processor.api that return TypeClassInstanceModifier and TypeMethodDescriptionprivate TypeClassInstanceTypeClassInstances.Lazy._evaluate()static TypeClassInstanceTypeClassInstances.instance(com.squareup.javapoet.ClassName typeClass, com.squareup.javapoet.ClassName typeConstructor) static TypeClassInstanceTypeClassInstances.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) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.modTypeClass(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeClassMod) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.modTypeClass(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeClassMod) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.modTypeConstructor(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeConstructorMod) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.modTypeConstructor(Function<com.squareup.javapoet.ClassName, com.squareup.javapoet.ClassName> typeConstructorMod) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.setTypeClass(com.squareup.javapoet.ClassName newTypeClass) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.setTypeClass(com.squareup.javapoet.ClassName newTypeClass) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.setTypeConstructor(com.squareup.javapoet.ClassName newTypeConstructor) static Function<TypeClassInstance, TypeClassInstance> TypeClassInstances.setTypeConstructor(com.squareup.javapoet.ClassName newTypeConstructor) Methods in org.derive4j.processor.api with parameters of type TypeClassInstanceModifier and TypeMethodDescriptionstatic com.squareup.javapoet.ClassNameTypeClassInstances.getTypeClass(TypeClassInstance typeClassInstance) static com.squareup.javapoet.ClassNameTypeClassInstances.getTypeConstructor(TypeClassInstance typeClassInstance) Method parameters in org.derive4j.processor.api with type arguments of type TypeClassInstanceModifier and TypeMethodDescriptionstatic TypeClassInstanceTypeClassInstances.lazy(Supplier<TypeClassInstance> typeClassInstance) Constructor parameters in org.derive4j.processor.api with type arguments of type TypeClassInstanceModifierConstructorDescription(package private)Lazy(Supplier<TypeClassInstance> typeClassInstance)