| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.bounds(BoundSet bounds) |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.empty() |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.falseResult() |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.oneBound(Bound bound) |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.oneConstraint(ConstraintFormula constraintFormula) |
abstract ConstraintFormula.ReductionResult |
ConstraintFormula.reduce(BoundSet currentBoundSet)
A formula is reduced to one or both of:
i) A bound or bound set, which is to be incorporated with the "current" bound set.
|
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.trueResult() |
ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withBound(Bound bound) |
ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraint(ConstraintFormula constraintFormula) |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraints(ConstraintFormula... constraints) |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraints(List<ConstraintFormula> constraints) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintFormula.ReductionResult |
LambdaThrowsCompatibleWithType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
TypeContainedByType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
TypeSubtypeOfType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
ExpressionCompatibleWithType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
TypeCompatibleWithType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
TypeSameAsType.reduce(BoundSet currentBoundSet) |
ConstraintFormula.ReductionResult |
MethodReferenceThrowsCompatibleWithType.reduce(BoundSet currentBoundSet) |
Copyright © 2007–2019. All rights reserved.