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

com.github.markozajc.ef.tripredicate.except.all.AEObjObjLongPredicate Maven / Gradle / Ivy

package com.github.markozajc.ef.tripredicate.except.all;

import com.github.markozajc.ef.tripredicate.ObjObjLongPredicate;
import com.github.markozajc.ef.tripredicate.except.EObjObjLongPredicate;

/**
 * Variant of {@link ObjObjLongPredicate} 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 AEObjObjLongPredicate extends EObjObjLongPredicate {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy