Package-level declarations

Types

Link copied to clipboard
sealed class KmmResult<out T>

For easy use of this KMM library under iOS, we need a class like Result that is not a value class (which is unsupported in Kotlin/Native)

Functions

Link copied to clipboard
inline fun <T> Result<T>.wrap(): KmmResult<T>

Returns a Success equivalent of this Result