Interface Filter.Predicate<T>

  • Enclosing class:
    Filter

    public static interface Filter.Predicate<T>
    • Method Detail

      • apply

        boolean apply​(T type)