com.linkedin.parseq.function.Consumer1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parseq Show documentation
Show all versions of parseq Show documentation
Uploads all artifacts belonging to configuration ':parseq:archives'
package com.linkedin.parseq.function;
@FunctionalInterface
public interface Consumer1 {
void accept(T1 t1) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy