Zum Inhalt springen

fromPredicate

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

fromPredicate<T>(value, pred): Option<T>

Defined in: src/util/Option.ts:137

Convenience: build an Option from a predicate.

T

T

(v) => boolean

Option<T>