All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.underscore.PredicateIndexed Maven / Gradle / Ivy

The newest version!
package com.github.underscore;

public interface PredicateIndexed {
    boolean test(int index, T arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy