Uses of Interface
org.derive4j.processor.api.DerivatorSelection.Case
-
Packages that use DerivatorSelection.Case Package Description org.derive4j.processor.api -
-
Uses of DerivatorSelection.Case in org.derive4j.processor.api
Methods in org.derive4j.processor.api with parameters of type DerivatorSelection.Case Modifier and Type Method Description abstract <X> X
DerivatorSelection. match(DerivatorSelection.Case<X> selection)
<X> X
DerivatorSelections.Lazy. match(DerivatorSelection.Case<X> selection)
<X> X
DerivatorSelections.Selection. match(DerivatorSelection.Case<X> selection)
<X> java.util.function.Function<DerivatorSelection,X>
DerivatorSelections.CasesMatchers.TotalMatcher_Selection. selection(DerivatorSelection.Case<X> selection)
-