Package org.derive4j.processor.api
Class DerivatorSelections.CasesMatchers.TotalMatcher_Selection
- java.lang.Object
-
- org.derive4j.processor.api.DerivatorSelections.CasesMatchers.TotalMatcher_Selection
-
- Enclosing class:
- DerivatorSelections.CasesMatchers
public static final class DerivatorSelections.CasesMatchers.TotalMatcher_Selection extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Selection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> java.util.function.Function<DerivatorSelection,X>
selection(DerivatorSelection.Case<X> selection)
<X> java.util.function.Function<DerivatorSelection,X>
selection_(X x)
-
-
-
Method Detail
-
selection
public final <X> java.util.function.Function<DerivatorSelection,X> selection(DerivatorSelection.Case<X> selection)
-
selection_
public final <X> java.util.function.Function<DerivatorSelection,X> selection_(X x)
-
-