Interface Predicate<T>


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

    Modifier and Type
    Method
    Description
    boolean
    apply(T element)
    Deprecated.
     
  • Method Details

    • apply

      boolean apply(T element)
      Deprecated.