Method

Tap

func Tap(action: T -> ()) -> Result<T, E>

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

Runs action if this is Ok, returning the original result.