Uses of Class
org.derive4j.processor.api.DerivatorSelection
-
Packages that use DerivatorSelection Package Description org.derive4j.processor.api -
-
Uses of DerivatorSelection in org.derive4j.processor.api
Subclasses of DerivatorSelection in org.derive4j.processor.api Modifier and Type Class Description private static class
DerivatorSelections.Lazy
private static class
DerivatorSelections.Selection
Fields in org.derive4j.processor.api declared as DerivatorSelection Modifier and Type Field Description private DerivatorSelection
DerivatorSelections.Lazy. evaluation
Fields in org.derive4j.processor.api with type parameters of type DerivatorSelection Modifier and Type Field Description private java.util.function.Supplier<DerivatorSelection>
DerivatorSelections.Lazy. expression
Methods in org.derive4j.processor.api that return DerivatorSelection Modifier and Type Method Description private DerivatorSelection
DerivatorSelections.Lazy. _evaluate()
static DerivatorSelection
DerivatorSelections. lazy(java.util.function.Supplier<DerivatorSelection> derivatorSelection)
(package private) static DerivatorSelection
DerivatorSelection. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)
static DerivatorSelection
DerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)
static DerivatorSelection
DerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)
Methods in org.derive4j.processor.api that return types with arguments of type DerivatorSelection Modifier and Type Method Description java.util.List<DerivatorSelection>
DerivatorFactory. derivators(DeriveUtils deriveUtils)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modDerivator(java.util.function.Function<Derivator,Derivator> derivatorMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modDerivator(java.util.function.Function<Derivator,Derivator> derivatorMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modForClass(java.util.function.Function<com.squareup.javapoet.ClassName,com.squareup.javapoet.ClassName> forClassMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modForClass(java.util.function.Function<com.squareup.javapoet.ClassName,com.squareup.javapoet.ClassName> forClassMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modSelector(java.util.function.Function<java.util.Optional<java.lang.String>,java.util.Optional<java.lang.String>> selectorMod)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. modSelector(java.util.function.Function<java.util.Optional<java.lang.String>,java.util.Optional<java.lang.String>> selectorMod)
<X> java.util.function.Function<DerivatorSelection,X>
DerivatorSelections.CasesMatchers.TotalMatcher_Selection. selection(DerivatorSelection.Case<X> selection)
<X> java.util.function.Function<DerivatorSelection,X>
DerivatorSelections.CasesMatchers.TotalMatcher_Selection. selection_(X x)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setDerivator(Derivator newDerivator)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setDerivator(Derivator newDerivator)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setForClass(com.squareup.javapoet.ClassName newForClass)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setForClass(com.squareup.javapoet.ClassName newForClass)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setSelector(java.util.Optional<java.lang.String> newSelector)
static java.util.function.Function<DerivatorSelection,DerivatorSelection>
DerivatorSelections. setSelector(java.util.Optional<java.lang.String> newSelector)
Methods in org.derive4j.processor.api with parameters of type DerivatorSelection Modifier and Type Method Description static Derivator
DerivatorSelections. getDerivator(DerivatorSelection derivatorSelection)
static com.squareup.javapoet.ClassName
DerivatorSelections. getForClass(DerivatorSelection derivatorSelection)
static java.util.Optional<java.lang.String>
DerivatorSelections. getSelector(DerivatorSelection derivatorSelection)
Method parameters in org.derive4j.processor.api with type arguments of type DerivatorSelection Modifier and Type Method Description static DerivatorSelection
DerivatorSelections. lazy(java.util.function.Supplier<DerivatorSelection> derivatorSelection)
Constructor parameters in org.derive4j.processor.api with type arguments of type DerivatorSelection Constructor Description Lazy(java.util.function.Supplier<DerivatorSelection> derivatorSelection)
-