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

com.tukeof.common.function.ThrowableTriPredicate Maven / Gradle / Ivy

The newest version!
package com.tukeof.common.function;

@FunctionalInterface
public interface ThrowableTriPredicate {
    boolean test(T1 v1, T2 v2, T3 v3) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy