Operator

>(_:)

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

Declaration

func > <Input>(value: Input) -> Predicate<Input> where Input : Comparable

Parameters

value

The element to compare to.