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

shz.core.serializable.SerializableToLongFunction Maven / Gradle / Ivy

There is a newer version: 2024.0.2
Show newest version
package shz.core.serializable;

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

@FunctionalInterface
public interface SerializableToLongFunction extends ToLongFunction, Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy