![JAR search and dependency download from the Maven repository](/logo.png)
com.github.underscore.PredicateIndexed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of underscore8 Show documentation
Show all versions of underscore8 Show documentation
The java 8 port of Underscore.js
The newest version!
package com.github.underscore;
public interface PredicateIndexed {
boolean test(int index, T arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy