Method
Where
func Where(predicate: T -> bool) -> Option<T>
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Keeps the value only if predicate returns true.
func Where(predicate: T -> bool) -> Option<T>
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Keeps the value only if predicate returns true.