Interface IndexedObjectPredicate<T>


public interface IndexedObjectPredicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int idx, T value)
     
  • Method Details

    • test

      boolean test(int idx, T value)