Companion

object Companion

Functions

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