![JAR search and dependency download from the Maven repository](/logo.png)
com.tukeof.common.function.ThrowableTriConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-core Show documentation
Show all versions of common-core Show documentation
a common and useful pure java library
The newest version!
package com.tukeof.common.function;
@FunctionalInterface
public interface ThrowableTriConsumer {
void accept(T1 v1, T2 v2, T3 v3) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy