![JAR search and dependency download from the Maven repository](/logo.png)
java.util.function.BiConsumer Maven / Gradle / Ivy
package java.util.function;
@FunctionalInterface
public interface BiConsumer {
void accept(T t, U u);
//default native BiConsumer andThen(BiConsumer super T, ? super U> after);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy