Interface Underscore.PredicateIndexed<T>

Enclosing class:
Underscore<T>

public static interface Underscore.PredicateIndexed<T>
  • Method Summary

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

    • test

      boolean test(int index, T arg)