Method

ThenResult

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

Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn

Bridges Option into a Result-producing pipeline. If this is None, returns Error(noneError()).