Method

TapNone

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

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

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