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

com.linkedin.parseq.function.Consumer3 Maven / Gradle / Ivy

package com.linkedin.parseq.function;


@FunctionalInterface
public interface Consumer3 {

    void accept(T1 t1, T2 t2, T3 t3) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy