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

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

The newest version!
package org.wicketstuff.lambda;

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

/**
 * {@link Consumer} that is {@link Serializable}.
 *
 * @param 
 *            - the type of the input to the operation
 *            
 * @deprecated Use {@link org.danekja.java.util.function.serializable.SerializableConsumer} instead           
 */
public interface SerializableConsumer extends Consumer, Serializable {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy