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 classDerivatorSelections.Lazyprivate static classDerivatorSelections.SelectionFields in org.derive4j.processor.api declared as DerivatorSelection Modifier and Type Field Description private DerivatorSelectionDerivatorSelections.Lazy. evaluationFields in org.derive4j.processor.api with type parameters of type DerivatorSelection Modifier and Type Field Description private java.util.function.Supplier<DerivatorSelection>DerivatorSelections.Lazy. expressionMethods in org.derive4j.processor.api that return DerivatorSelection Modifier and Type Method Description private DerivatorSelectionDerivatorSelections.Lazy. _evaluate()static DerivatorSelectionDerivatorSelections. lazy(java.util.function.Supplier<DerivatorSelection> derivatorSelection)(package private) static DerivatorSelectionDerivatorSelection. selection(com.squareup.javapoet.ClassName forClass, Derivator derivator)static DerivatorSelectionDerivatorSelections. selection(com.squareup.javapoet.ClassName forClass, java.util.Optional<java.lang.String> selector, Derivator derivator)static DerivatorSelectionDerivatorSelections. 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 DerivatorDerivatorSelections. getDerivator(DerivatorSelection derivatorSelection)static com.squareup.javapoet.ClassNameDerivatorSelections. 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 DerivatorSelectionDerivatorSelections. 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)
-