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

org.rx.util.function.PredicateFuncWithIndex Maven / Gradle / Ivy

package org.rx.util.function;

@FunctionalInterface
public interface PredicateFuncWithIndex {
    boolean invoke(T t, int index) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy