Package de.redsix.dmncheck.feel
Class ExpressionTypes.CasesMatchers.PartialMatcher<R>
- java.lang.Object
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher<R>
-
- Direct Known Subclasses:
ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION,ExpressionTypes.CasesMatchers.TotalMatcher_ITEMDEFINITION
- Enclosing class:
- ExpressionTypes.CasesMatchers
public static class ExpressionTypes.CasesMatchers.PartialMatcher<R> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<ExpressionType,R>otherwise(Supplier<R> otherwise)Function<ExpressionType,R>otherwise_(R r)Function<ExpressionType,Optional<R>>otherwiseEmpty()
-
-
-
Method Detail
-
otherwise
public final Function<ExpressionType,R> otherwise(Supplier<R> otherwise)
-
otherwise_
public final Function<ExpressionType,R> otherwise_(R r)
-
otherwiseEmpty
public final Function<ExpressionType,Optional<R>> otherwiseEmpty()
-
-