Uses of Interface
de.redsix.dmncheck.feel.ExpressionType.Cases
-
Packages that use ExpressionType.Cases Package Description de.redsix.dmncheck.feel -
-
Uses of ExpressionType.Cases in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return ExpressionType.Cases Modifier and Type Method Description static <R> ExpressionType.Cases<R>ExpressionTypes. cases(Supplier<R> TOP, Supplier<R> STRING, Supplier<R> BOOLEAN, Supplier<R> INTEGER, Supplier<R> LONG, Supplier<R> DOUBLE, Supplier<R> DATE, Function<String,R> ENUM, Function<org.camunda.bpm.model.dmn.instance.ItemDefinition,R> ITEMDEFINITION)Methods in de.redsix.dmncheck.feel with parameters of type ExpressionType.Cases Modifier and Type Method Description abstract <R> RExpressionType. match(ExpressionType.Cases<R> cases)
-