All Known Subinterfaces:
Constraint
All Known Implementing Classes:
AdditionalArgument, BoundSet, CheckedExceptionConstraint, ConstraintSet, Expression, QualifierTyping, ReductionResult.ReductionResultPair, TypeConstraint, Typing

public interface ReductionResult
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    A reduction result that contains a bound set and a constraint set.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Indicates that the constraint reduced to true, but unchecked conversion is required for the method to be applicable.
  • Field Details

    • UNCHECKED_CONVERSION

      static final @InternedDistinct ReductionResult UNCHECKED_CONVERSION
      Indicates that the constraint reduced to true, but unchecked conversion is required for the method to be applicable.