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

com.github.markozajc.ef.triconsumer.except.all.AEObjObjBooleanConsumer Maven / Gradle / Ivy

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

import com.github.markozajc.ef.triconsumer.ObjObjBooleanConsumer;
import com.github.markozajc.ef.triconsumer.except.EObjObjBooleanConsumer;

/**
 * Variant of {@link ObjObjBooleanConsumer} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the operation
 * @param 
 *            the type of the second argument to the operation
 */
@FunctionalInterface
public interface AEObjObjBooleanConsumer extends EObjObjBooleanConsumer {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy