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

com.github.lokic.javaext.func.consumer.Consumer2 Maven / Gradle / Ivy

package com.github.lokic.javaext.func.consumer;

@FunctionalInterface
public interface Consumer2 {
    void accept(T1 t1, T2 t2);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy