Method

Then

func Then<TResult>(binder: T -> Result<TResult, E>) -> Result<TResult, E>

Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn

Monadic bind / flatMap: chains a Result-producing function.