Package hudson.util

Interface Iterators.CountingPredicate<T>

Enclosing class:
Iterators

public static interface Iterators.CountingPredicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(int index, T input)
     
  • Method Details

    • apply

      boolean apply(int index, T input)