Package com.tomtom.sdk.common
Types
Link copied to clipboard
Generic contract for an executor of Runnable callbacks.
Link copied to clipboard
Represents a cancellable operation.
Link copied to clipboard
This composite allows grouping multiple Disposable into single structure and releasing them in one go. Note that Disposables will be disposed in reverse order that they were added.
Link copied to clipboard
Represents a disposable resource.
Link copied to clipboard
CallbackExecutor bound to the main thread of the application.
Link copied to clipboard
Functions
Link copied to clipboard
Operator allowing adding disposable to composite like: compositeDisposable += disposable
Link copied to clipboard
Converts Result to Either. Result.Failure will be converted to Either.Left and Result.Success will be converted to Either.Right.