Interface StatementSupport.StatementEquality<A,D extends DeclaredStatement<A>>

Type Parameters:
A - Argument type
D - Declared Statement representation
Enclosing class:
StatementSupport<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface StatementSupport.StatementEquality<A,D extends DeclaredStatement<A>>
Abstract base class for comparators associated with statements with a StatementSupport.CopyPolicy.DECLARED_COPY copy policy.