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