Interface CollectionUtils.Predicate<T>

  • Type Parameters:
    T - the type
    Enclosing class:
    CollectionUtils

    public static interface CollectionUtils.Predicate<T>
    A simplified copy of Java 8 Predicate.
    • Method Detail

      • test

        boolean test​(T t)