com.github.markozajc.ef.predicate.except.all.AEPredicate Maven / Gradle / Ivy
package com.github.markozajc.ef.predicate.except.all;
import java.util.function.Predicate;
import com.github.markozajc.ef.predicate.except.EPredicate;
/**
* Variant of {@link Predicate} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the input to the predicate
*/
@FunctionalInterface
public interface AEPredicate extends EPredicate {}