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 {
}