Method
Map
func Map<TResult>(mapper: T -> TResult) -> Result<TResult, E>
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Projects the value inside Ok using mapper. Error stays Error.
func Map<TResult>(mapper: T -> TResult) -> Result<TResult, E>
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Projects the value inside Ok using mapper. Error stays Error.