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
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
Class that represents either the Success outcome with a value of type SuccessType or Failure with a value of type FailureType.
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.