com.github.underscore.PredicateIndexed Maven / Gradle / Ivy
package com.github.underscore;
public interface PredicateIndexed {
boolean test(int index, T arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.underscore;
public interface PredicateIndexed {
boolean test(int index, T arg);
}