Interface CollectionUtil.Predicate<T>

  • Enclosing class:
    CollectionUtil

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

      • test

        boolean test​(T t)