Package jenkins.scm.impl.form
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
- 
Method Details- 
test
 
-