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

org.davidmoten.kool.function.BiConsumer Maven / Gradle / Ivy

There is a newer version: 0.1.35
Show newest version
package org.davidmoten.kool.function;

@FunctionalInterface
public interface BiConsumer {

    void accept(T t, R r) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy