Interface NamedArrayList.Predicate<T>

Type Parameters:
T - the type of the input to the predicate
Enclosing class:
NamedArrayList<E>

public static interface NamedArrayList.Predicate<T>
Represents a predicate (boolean-valued function) of one argument.
  • Method Summary

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

    • test

      boolean test(T t)