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

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

The newest version!
package org.wicketstuff.lambda;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy