Interface PredicateIndexed<T>


public interface PredicateIndexed<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int index, T arg)
     
  • Method Details

    • test

      boolean test(int index, T arg)