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

com.github.mictaege.lenientfun.LenientLongSupplier Maven / Gradle / Ivy

package com.github.mictaege.lenientfun;


/** @see java.util.function.LongSupplier */
@FunctionalInterface
public interface LenientLongSupplier {

    @SuppressWarnings("squid:S00112")
    long getAsLong() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy