Uses of Class
org.derive4j.processor.api.TypeClassInstance
Packages that use TypeClassInstance
-
Uses of TypeClassInstance in org.derive4j.processor.api
Methods in org.derive4j.processor.api that return TypeClassInstanceModifier and TypeMethodDescriptionstatic 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) 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.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)