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