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

com.github.phantomthief.util.ThrowablePredicate Maven / Gradle / Ivy

The newest version!
package com.github.phantomthief.util;

/**
 * @author w.vela
 */
@FunctionalInterface
public interface ThrowablePredicate {

    boolean test(T t) throws X;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy