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