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

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

package com.github.mictaege.lenientfun;

/** @see java.util.function.LongToDoubleFunction */
@FunctionalInterface
public interface LenientLongToDoubleFunction {

    @SuppressWarnings("squid:S00112")
    double applyAsDouble(long value) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy