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