| Package | Description |
|---|---|
| de.redsix.dmncheck.feel | |
| de.redsix.dmncheck.util |
| Modifier and Type | Method and Description |
|---|---|
static Either<ValidationResult.Builder.ElementStep,FeelExpression> |
FeelParser.parse(CharSequence charSequence) |
static Either<ValidationResult.Builder.ElementStep,ExpressionType> |
ExpressionTypeParser.parse(CharSequence charSequence,
Collection<org.camunda.bpm.model.dmn.instance.ItemDefinition> itemDefinitions) |
static Either<ValidationResult.Builder.ElementStep,ExpressionType> |
FeelTypecheck.typecheck(FeelExpression expression) |
static Either<ValidationResult.Builder.ElementStep,ExpressionType> |
FeelTypecheck.typecheck(FeelTypecheck.Context context,
FeelExpression expression) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
<C> Either<A,C> |
Either.bind(Function<B,Either<A,C>> function) |
Copyright © 2021 red6 enterprise software GmbH. All rights reserved.