Package-level declarations

Provides majorly transformation from and to Arrow types, e.g. Either.

Functions

Link copied to clipboard
fun <E, T> KResult<E, T>.toEither(): Either<E, T>

Transforms a KResult to an Arrow Either

Link copied to clipboard
fun <A, B> Either<A, B>.toKResult(): KResult<A, B>

Transforms an Arrow Either to a KResult