| Package | Description |
|---|---|
| pl.wavesoftware.eid.utils |
| Class and Description |
|---|
| EidPreconditions.RiskyCode
Deprecated.
Use instead
EidPreconditions.UnsafeSupplier or EidPreconditions.UnsafeProcedure. To be removed in next release. |
| EidPreconditions.UnsafeProcedure
This unsafe procedure can be used to execute a code block that can throw some checked Exceptions, that you would
like not to process, because they are unrecoverable bugs.
|
| EidPreconditions.UnsafeSupplier
This unsafe supplier can be used to execute a code block that needs to return some value and can throw some checked
Exceptions, that you would like not to process, because they are unrecoverable bugs.
|
Copyright © 2015. All Rights Reserved.