Uses of Class
de.redsix.dmncheck.util.Either
-
Packages that use Either Package Description de.redsix.dmncheck.feel de.redsix.dmncheck.util -
-
Uses of Either in de.redsix.dmncheck.feel
Methods in de.redsix.dmncheck.feel that return Either Modifier and Type Method Description static Either<ValidationResult.Builder.ElementStep,ExpressionType>ExpressionTypeParser. parse(CharSequence charSequence, Collection<org.camunda.bpm.model.dmn.instance.ItemDefinition> itemDefinitions)static Either<ValidationResult.Builder.ElementStep,FeelExpression>FeelParser. parse(Expression expression)static Either<ValidationResult.Builder.ElementStep,FeelExpression>FeelParser. parse(CharSequence charSequence)static Either<ValidationResult.Builder.ElementStep,ExpressionType>FeelTypecheck. typecheck(FeelExpression expression)static Either<ValidationResult.Builder.ElementStep,ExpressionType>FeelTypecheck. typecheck(FeelTypecheck.Context context, FeelExpression expression) -
Uses of Either in de.redsix.dmncheck.util
Methods in de.redsix.dmncheck.util that return Either Modifier and Type Method Description <C> Either<A,C>Either. bind(Function<B,Either<A,C>> function)static <A,B>
Either<A,B>Eithers. left(A left)<C> Either<A,C>Either. map(Function<B,C> function)static <A,B>
Either<A,B>Eithers. right(B right)Methods in de.redsix.dmncheck.util that return types with arguments of type Either Modifier and Type Method Description static <A,B>
Collector<Either<A,B>,?,Either<A,List<B>>>Either. reduce()static <A,B>
Collector<Either<A,B>,?,Either<A,List<B>>>Either. reduce()Methods in de.redsix.dmncheck.util with parameters of type Either Modifier and Type Method Description static <A,B>
Eithers.CaseOfMatchers.TotalMatcher_Left<A,B>Eithers. caseOf(Either<A,B> either)static <A,B>
Optional<A>Eithers. getLeft(Either<A,B> either)static <A,B>
Optional<B>Eithers. getRight(Either<A,B> either)Method parameters in de.redsix.dmncheck.util with type arguments of type Either Modifier and Type Method Description <C> Either<A,C>Either. bind(Function<B,Either<A,C>> function)
-