
com.linkedin.parseq.function.Consumer2 Maven / Gradle / Ivy
package com.linkedin.parseq.function;
@FunctionalInterface
public interface Consumer2 {
void accept(T1 t1, T2 t2) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy