Uses of Interface
oshi.util.ExceptionUtil.ThrowingDoubleSupplier
Packages that use ExceptionUtil.ThrowingDoubleSupplier
-
Uses of ExceptionUtil.ThrowingDoubleSupplier in oshi.util
Methods in oshi.util with parameters of type ExceptionUtil.ThrowingDoubleSupplierModifier and TypeMethodDescriptionstatic doubleExceptionUtil.getDoubleOrDefault(ExceptionUtil.ThrowingDoubleSupplier supplier, double defaultValue) Executes the double supplier, returning its result on success or the default value on failure.static doubleExceptionUtil.getDoubleOrDefault(ExceptionUtil.ThrowingDoubleSupplier supplier, double defaultValue, org.slf4j.Logger log, String msg) Executes the double supplier, returning its result on success or the default value on failure.static doubleExceptionUtil.getDoubleOrDefault(ExceptionUtil.ThrowingDoubleSupplier supplier, double defaultValue, org.slf4j.Logger log, org.slf4j.event.Level level, String msg) Executes the double supplier, returning its result on success or the default value on failure.