Uses of Class
de.redsix.dmncheck.util.Either
-
Uses of Either in de.redsix.dmncheck.feel
Modifier and TypeMethodDescriptionExpressionTypeParser.parse
(CharSequence charSequence, Collection<org.camunda.bpm.model.dmn.instance.ItemDefinition> itemDefinitions) FeelParser.parse
(Expression expression) FeelParser.parse
(CharSequence charSequence) FeelTypecheck.typecheck
(FeelExpression expression) FeelTypecheck.typecheck
(FeelTypecheck.Context context, FeelExpression expression) -
Uses of Either in de.redsix.dmncheck.util
Modifier and TypeMethodDescriptionstatic <A,
B> Either<A, B> Eithers.left
(A left) static <A,
B> Either<A, B> Eithers.right
(B right) Modifier and TypeMethodDescriptionstatic <A,
B> Eithers.CaseOfMatchers.TotalMatcher_Left<A, B> static <A,
B> Optional<A> static <A,
B> Optional<B>