Uses of Enum
org.derive4j.Make
Packages that use Make
-
Uses of Make in org.derive4j
Fields in org.derive4j declared as MakeModifier and TypeFieldDescriptionprivate final Make
Makes.CaseOfMatchers.PartialMatcher._make
private final Make
Makes.CaseOfMatchers.TotalMatcher_LambdaVisitor._make
Methods in org.derive4j that return MakeModifier and TypeMethodDescriptionstatic Make
Returns the enum constant of this type with the specified name.static Make[]
Make.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.derive4j that return types with arguments of type MakeModifier and TypeMethodDescriptionMakes.CasesMatchers.PartialMatcher.otherwise_
(R r) Makes.CasesMatchers.PartialMatcher.otherwiseEmpty()
Methods in org.derive4j with parameters of type MakeModifier and TypeMethodDescriptionConstructors in org.derive4j with parameters of type MakeModifierConstructorDescription(package private)
PartialMatcher
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters, Supplier<R> modifiers, Supplier<R> catamorphism, Supplier<R> factory) (package private)
PartialMatcher_CaseOfMatching
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching) (package private)
PartialMatcher_CasesMatching
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor) (package private)
PartialMatcher_Catamorphism
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters, Supplier<R> modifiers) (package private)
PartialMatcher_Factory
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters, Supplier<R> modifiers, Supplier<R> catamorphism) (package private)
PartialMatcher_Getters
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching) (package private)
(package private)
PartialMatcher_Modifiers
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters) (package private)
TotalMatcher_CaseOfMatching
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching) (package private)
TotalMatcher_CasesMatching
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor) (package private)
TotalMatcher_Catamorphism
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters, Supplier<R> modifiers) (package private)
TotalMatcher_Constructors
(Make _make, Supplier<R> lambdaVisitor) (package private)
TotalMatcher_Factory
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters, Supplier<R> modifiers, Supplier<R> catamorphism) (package private)
TotalMatcher_Getters
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching) (package private)
TotalMatcher_LambdaVisitor
(Make _make) (package private)
(package private)
TotalMatcher_Modifiers
(Make _make, Supplier<R> lambdaVisitor, Supplier<R> constructors, Supplier<R> lazyConstructor, Supplier<R> casesMatching, Supplier<R> caseOfMatching, Supplier<R> getters) -
Uses of Make in org.derive4j.processor
Fields in org.derive4j.processor with type parameters of type MakeModifier and TypeFieldDescriptionDeriveConfigBuilder.makeDependencies
DeriveConfigBuilder.makeDependencies
Methods in org.derive4j.processor that return types with arguments of type MakeMethod parameters in org.derive4j.processor with type arguments of type Make -
Uses of Make in org.derive4j.processor.api.model
Fields in org.derive4j.processor.api.model with type parameters of type MakeMethods in org.derive4j.processor.api.model that return types with arguments of type MakeModifier and TypeMethodDescriptionDeriveConfigs.getMakes
(DeriveConfig deriveConfig) DeriveConfig.makes()
Method parameters in org.derive4j.processor.api.model with type arguments of type MakeModifier and TypeMethodDescriptionDeriveConfig.Case.Config
(Flavour flavour, DeriveTargetClass targetClass, Set<Make> makes, Set<ArgOption> argOptions, Map<com.squareup.javapoet.ClassName, DerivedInstanceConfig> derivedInstances) static DeriveConfig
DeriveConfigs.Config
(Flavour flavour, DeriveTargetClass targetClass, Set<Make> makes, Set<ArgOption> argOptions, Map<com.squareup.javapoet.ClassName, DerivedInstanceConfig> derivedInstances) static Function
<DeriveConfig, DeriveConfig> static Function
<DeriveConfig, DeriveConfig> static Function
<DeriveConfig, DeriveConfig> Constructor parameters in org.derive4j.processor.api.model with type arguments of type MakeModifierConstructorDescription(package private)
Config
(Flavour flavour, DeriveTargetClass targetClass, Set<Make> makes, Set<ArgOption> argOptions, Map<com.squareup.javapoet.ClassName, DerivedInstanceConfig> derivedInstances)