Package de.redsix.dmncheck.feel
Class ExpressionTypes.CaseOfMatchers.TotalMatcher_TOP
java.lang.Object
de.redsix.dmncheck.feel.ExpressionTypes.CaseOfMatchers.TotalMatcher_TOP
- Enclosing class:
- ExpressionTypes.CaseOfMatchers
-
Method Summary
Modifier and TypeMethodDescriptionBOOLEAN_
(R r) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_ENUM<R>
final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_ENUM<R>
DATE_
(R r) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_DATE<R>
final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_DATE<R>
DOUBLE_
(R r) ENUM_
(R r) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_LONG<R>
final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_LONG<R>
INTEGER_
(R r) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher<R>
ITEMDEFINITION
(Function<org.camunda.bpm.model.dmn.instance.ItemDefinition, R> ITEMDEFINITION) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher<R>
ITEMDEFINITION_
(R r) final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_DOUBLE<R>
final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_DOUBLE<R>
LONG_
(R r) STRING_
(R r) final <R> ExpressionTypes.CaseOfMatchers.TotalMatcher_STRING<R>
final <R> ExpressionTypes.CaseOfMatchers.TotalMatcher_STRING<R>
TOP_
(R r)
-
Method Details
-
TOP
-
TOP_
-
STRING
public final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_BOOLEAN<R> STRING(Supplier<R> STRING) -
STRING_
-
BOOLEAN
public final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_INTEGER<R> BOOLEAN(Supplier<R> BOOLEAN) -
BOOLEAN_
-
INTEGER
-
INTEGER_
-
LONG
-
LONG_
-
DOUBLE
-
DOUBLE_
-
DATE
-
DATE_
-
ENUM
public final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher_ITEMDEFINITION<R> ENUM(Function<String, R> ENUM) -
ENUM_
-
ITEMDEFINITION
public final <R> ExpressionTypes.CaseOfMatchers.PartialMatcher<R> ITEMDEFINITION(Function<org.camunda.bpm.model.dmn.instance.ItemDefinition, R> ITEMDEFINITION) -
ITEMDEFINITION_
-