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