Package de.redsix.dmncheck.feel
Class ExpressionTypes.CasesMatchers.PartialMatcher_INTEGER<R>
- java.lang.Object
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_ENUM<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_DATE<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_DOUBLE<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R>
-
- de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_INTEGER<R>
-
- Direct Known Subclasses:
ExpressionTypes.CasesMatchers.PartialMatcher_BOOLEAN,ExpressionTypes.CasesMatchers.TotalMatcher_BOOLEAN
- Enclosing class:
- ExpressionTypes.CasesMatchers
public static class ExpressionTypes.CasesMatchers.PartialMatcher_INTEGER<R> extends ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R>INTEGER(Supplier<R> INTEGER)ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R>INTEGER_(R r)-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_LONG
LONG, LONG_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_DOUBLE
DOUBLE, DOUBLE_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_DATE
DATE, DATE_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_ENUM
ENUM, ENUM_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher_ITEMDEFINITION
ITEMDEFINITION, ITEMDEFINITION_
-
Methods inherited from class de.redsix.dmncheck.feel.ExpressionTypes.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Method Detail
-
INTEGER
public final ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R> INTEGER(Supplier<R> INTEGER)
-
INTEGER_
public final ExpressionTypes.CasesMatchers.PartialMatcher_LONG<R> INTEGER_(R r)
-
-