Interface ISymbolPredicate

All Superinterfaces:
Predicate<ISymbol>
All Known Implementing Classes:
IncludesAccessModifierSymbolPredicate

public interface ISymbolPredicate extends Predicate<ISymbol>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(ISymbol symbol)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or