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

norswap.utils.data.functions.IndexedBiConsumer Maven / Gradle / Ivy

The newest version!
package norswap.utils.data.functions;

@FunctionalInterface
public interface IndexedBiConsumer {
    void accept(int i, T t, U u);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy