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

com.github.markozajc.ef.predicate.except.all.AEIntPredicate Maven / Gradle / Ivy

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

import java.util.function.IntPredicate;

import com.github.markozajc.ef.predicate.except.EIntPredicate;

/**
 * Variant of {@link IntPredicate} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 */
@FunctionalInterface
public interface AEIntPredicate extends EIntPredicate {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy