Raises

typealias Raises<Ok, Error> = RaiseScope<Error>.() -> Ok

Shorthand for a lambda that produces Ok or short-circuits with an Error inside a RaiseScope.

Parameters

Ok

The success value type.

Error

The error type that can be raised.