Companion

object Companion

Functions

Link copied to clipboard
fun <R, T> error(result: SystemaResult<T>): SystemaResult<R>
fun <T> error(error: Exception): SystemaResult<T>
Link copied to clipboard
fun <T : Any> success(value: T): SystemaResult<T>