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

org.simpleflatmapper.util.BiConsumer Maven / Gradle / Ivy

package org.simpleflatmapper.util;

public interface BiConsumer {
    void accept(T t, U u);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy