Method

Tap

func Tap(action: T -> ()) -> Option<T>

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

Runs action if this is Some, returning the original option.