com.github.markozajc.ef.biconsumer.except.all.AEObjBooleanConsumer Maven / Gradle / Ivy
package com.github.markozajc.ef.biconsumer.except.all;
import com.github.markozajc.ef.biconsumer.ObjBooleanConsumer;
import com.github.markozajc.ef.biconsumer.except.EObjBooleanConsumer;
/**
* Variant of {@link ObjBooleanConsumer} capable of throwing an {@link Exception}.
*
* @author Marko Zajc
*
* @param
* the type of the first argument to the operation
*/
@FunctionalInterface
public interface AEObjBooleanConsumer extends EObjBooleanConsumer {}