Interface Predicate<T>


  • @Deprecated
    public interface Predicate<T>
    Deprecated.
    as of 3.5 use Predicate.
    Since:
    3.3
    Author:
    Eike Stepper
    • Method Detail

      • apply

        boolean apply​(T element)
        Deprecated.