| Interface | Description |
|---|---|
| EidPreconditions.RiskyCode<R> | Deprecated
Use instead
EidPreconditions.UnsafeSupplier or EidPreconditions.UnsafeProcedure. |
| 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<T> |
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.
|
| Class | Description |
|---|---|
| EidPreconditions |
This class shouldn't be used in any public API or library.
|
Copyright © 2015. All Rights Reserved.