Interface Predicate<D>


@Deprecated public interface Predicate<D>
Deprecated.
use Predicate instead. Then Predicate.test(T) must be used instead of accepts(D).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accepts(D value)
    Deprecated.
     
  • Method Details

    • accepts

      boolean accepts(D value)
      Deprecated.