com.github.markozajc.ef.predicate.except.all.AEIntPredicate Maven / Gradle / Ivy
package com.github.markozajc.ef.predicate.except.all;
import java.util.function.IntPredicate;
import com.github.markozajc.ef.predicate.except.EIntPredicate;
/**
* Variant of {@link IntPredicate} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*/
@FunctionalInterface
public interface AEIntPredicate extends EIntPredicate {}