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 BooleanSupplierCheckedExceptionHandler. fromBooleanSupplier(ThrowingBooleanSupplier supplier)Removes checked exceptions from method signature ofThrowingBooleanSupplier.booleanCheckedExceptionHandler. getAsBoolean(ThrowingBooleanSupplier supplier)Filters out checked exceptions while runningThrowingBooleanSupplier.
-