Package | Description |
---|---|
com.machinezoo.noexception |
Classes implementing all NoException features.
|
Modifier and Type | Method and Description |
---|---|
IntSupplier |
CheckedExceptionHandler.fromIntSupplier(ThrowingIntSupplier supplier)
Removes checked exceptions from method signature of ThrowingIntSupplier .
|
int |
CheckedExceptionHandler.getAsInt(ThrowingIntSupplier supplier)
Filters out checked exceptions while running ThrowingIntSupplier .
|
Copyright © 2017–2020 Robert Važan. All rights reserved.