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