Uses of Interface
com.machinezoo.noexception.throwing.ThrowingBooleanSupplier
-
Packages that use ThrowingBooleanSupplier Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingBooleanSupplier in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingBooleanSupplier Modifier and Type Method Description BooleanSupplier
CheckedExceptionHandler. fromBooleanSupplier(ThrowingBooleanSupplier supplier)
Removes checked exceptions from method signature ofThrowingBooleanSupplier
.boolean
CheckedExceptionHandler. getAsBoolean(ThrowingBooleanSupplier supplier)
Filters out checked exceptions while runningThrowingBooleanSupplier
.
-