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

com.github.markozajc.ef.biconsumer.except.all.AEObjLongConsumer Maven / Gradle / Ivy

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

import java.util.function.ObjLongConsumer;

import com.github.markozajc.ef.biconsumer.except.EObjLongConsumer;

/**
 * Variant of {@link ObjLongConsumer} capable of throwing an {@link Exception}.
 *
 * @author Marko Zajc
 *
 * @param 
 *            the type of the first argument to the operation
 */
@FunctionalInterface
public interface AEObjLongConsumer extends EObjLongConsumer {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy