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

org.wicketstuff.lambda.SerializableBiConsumer Maven / Gradle / Ivy

The newest version!
package org.wicketstuff.lambda;

import java.io.Serializable;
import java.util.function.BiConsumer;

/**
 * {@link BiConsumer} that is {@link Serializable}.
 *
 * @param 
 *            - the type of the first argument to the operation
 * @param 
 *            - the type of the second argument to the operation
 * @deprecated Use {@link org.danekja.java.util.function.serializable.SerializableBiConsumer} instead
 */
public interface SerializableBiConsumer extends Serializable, BiConsumer {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy