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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy