
norswap.utils.data.functions.IndexedBiConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A collection of Java (8+) utilities
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