Uses of Interface
oshi.util.ExceptionUtil.ThrowingIntSupplier
Packages that use ExceptionUtil.ThrowingIntSupplier
-
Uses of ExceptionUtil.ThrowingIntSupplier in oshi.util
Methods in oshi.util with parameters of type ExceptionUtil.ThrowingIntSupplierModifier and TypeMethodDescriptionstatic intExceptionUtil.getIntOrDefault(ExceptionUtil.ThrowingIntSupplier supplier, int defaultValue) Executes the int supplier, returning its result on success or the default value on failure.static intExceptionUtil.getIntOrDefault(ExceptionUtil.ThrowingIntSupplier supplier, int defaultValue, org.slf4j.Logger log, String msg) Executes the int supplier, returning its result on success or the default value on failure.static intExceptionUtil.getIntOrDefault(ExceptionUtil.ThrowingIntSupplier supplier, int defaultValue, org.slf4j.Logger log, org.slf4j.event.Level level, String msg) Executes the int supplier, returning its result on success or the default value on failure.static OptionalIntExceptionUtil.getOptionalInt(ExceptionUtil.ThrowingIntSupplier supplier, org.slf4j.Logger log, String msg) Executes the int supplier, wrapping the result in anOptionalInt.static OptionalIntExceptionUtil.getOptionalInt(ExceptionUtil.ThrowingIntSupplier supplier, org.slf4j.Logger log, org.slf4j.event.Level level, String msg) Executes the int supplier, wrapping the result in anOptionalInt.