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 Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T t)
     
  • Method Details

    • test

      boolean test(T t)