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