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

com.github.markozajc.ef.bipredicate.except.all.AEObjLongPredicate Maven / Gradle / Ivy

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

import com.github.markozajc.ef.bipredicate.ObjLongPredicate;
import com.github.markozajc.ef.bipredicate.except.EObjLongPredicate;

/**
 * Variant of {@link ObjLongPredicate} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the predicate
 */
@FunctionalInterface
public interface AEObjLongPredicate extends EObjLongPredicate {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy