com.github.markozajc.ef.bipredicate.except.all.AEObjIntPredicate Maven / Gradle / Ivy
package com.github.markozajc.ef.bipredicate.except.all;
import com.github.markozajc.ef.bipredicate.ObjIntPredicate;
import com.github.markozajc.ef.bipredicate.except.EObjIntPredicate;
/**
* Variant of {@link ObjIntPredicate} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the first argument to the predicate
*/
@FunctionalInterface
public interface AEObjIntPredicate extends EObjIntPredicate {}