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

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

package com.github.mictaege.lenientfun;

/** @see java.util.function.ToDoubleFunction */
@FunctionalInterface
public interface LenientToDoubleFunction {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy