Package-level declarations
Types
Allows an implementing Throwable to be propagated to clients.
These methods and annotations are not part of Corda's API compatibility guarantee and applications should not use them.
This annotation is for interfaces and abstract classes that provide Corda functionality to user applications. Future versions of Corda may add new methods to such interfaces and classes, but will not remove or modify existing methods.
Functions
Returns an Observable that transforms errors according to the provided transform function.
Returns a CordaFuture bound to the first item emitted by this Observable. The future will complete with a NoSuchElementException if no items are emitted or any other error thrown by the Observable. If it's cancelled then it will unsubscribe from the observable.