Package hudson.util
Interface Iterators.CountingPredicate<T>
-
- Enclosing class:
- Iterators
public static interface Iterators.CountingPredicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(int index, T input)
-
-
-
Method Detail
-
apply
boolean apply(int index, T input)
-
-