Type Method

greaterThanOrEquals(to:)

Creates a Predicate<Input> that can match any elements greater than or equal to value

Declaration

static func greaterThanOrEquals(to value: Input) -> Predicate<Input>
Available when Input conforms to Comparable.

Parameters

value

The element to compare to.