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

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

    • LambdaThrowsCompatibleWithType

      public LambdaThrowsCompatibleWithType()
  • Method Details