Package-level declarations
Types
Link copied to clipboard
interface CallbackExecutor
Generic contract for an executor of Runnable callbacks.
Link copied to clipboard
Represents a cancellable operation.
Link copied to clipboard
Link copied to clipboard
Represents a disposable resource.
Link copied to clipboard
object LanguageConverter
Provides utilities to convert language from one format to another.
Link copied to clipboard
CallbackExecutor bound to the main thread of the application.
Link copied to clipboard
Functions
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.