Package com.util.lodash
Interface PredicateIndexed<T>
-
public interface PredicateIndexed<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(int index, T arg)
-
-
-
Method Detail
-
test
boolean test(int index, T arg)
-
-