Uses of Interface
de.redsix.dmncheck.util.Either
Packages that use Either
-
Uses of Either in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return EitherModifier 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
Classes in de.redsix.dmncheck.util that implement EitherModifier and TypeClassDescriptionstatic final record
Either.Left<A,
B> static final record
Either.Right<A,
B> Methods in de.redsix.dmncheck.util that return EitherModifier and TypeMethodDescriptionMethods in de.redsix.dmncheck.util that return types with arguments of type EitherMethod parameters in de.redsix.dmncheck.util with type arguments of type Either