Interface ReductionResult
- All Known Subinterfaces:
Constraint
- All Known Implementing Classes:
AdditionalArgument
,BoundSet
,CheckedExceptionConstraint
,ConstraintSet
,Expression
,QualifierTyping
,ReductionResult.ReductionResultPair
,TypeConstraint
,Typing
public interface ReductionResult
A result of reduction. One of:
TypeConstraint
,ConstraintSet
,BoundSet
, or
ReductionResult.ReductionResultPair
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
A reduction result that contains a bound set and a constraint set. -
Field Summary
Modifier and TypeFieldDescriptionstatic final @InternedDistinct ReductionResult
Indicates that the constraint reduced to true, but unchecked conversion is required for the method to be applicable.
-
Field Details
-
UNCHECKED_CONVERSION
Indicates that the constraint reduced to true, but unchecked conversion is required for the method to be applicable.
-