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

cyclops.function.checked.CheckedLongSupplier Maven / Gradle / Ivy

The newest version!
package cyclops.function.checked;

public interface CheckedLongSupplier {
    public long getAsLong() throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy