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

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

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

@FunctionalInterface
public interface ThrowablePredicate {
    boolean test(T v) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy