Class MethodReferenceThrowsCompatibleWithType

java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas.MethodReferenceThrowsCompatibleWithType

public class MethodReferenceThrowsCompatibleWithType extends ConstraintFormula
The checked exceptions thrown by the referenced method are declared by the throws clause of the function type derived from T.
Author:
Federico Tomassetti
  • Constructor Details

    • MethodReferenceThrowsCompatibleWithType

      public MethodReferenceThrowsCompatibleWithType()
  • Method Details