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

cn.featherfly.common.lang.function.SerializableFunction Maven / Gradle / Ivy

The newest version!
package cn.featherfly.common.lang.function;

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

@FunctionalInterface
public interface SerializableFunction extends Serializable, Function {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy