The element to compare to.
Type Method
gt(_:)
Creates a
Predicate<Input>
that can match any elements greater than value
Framework
- Mock
Swift
Declaration
static func gt(_ value: Input) -> Predicate<Input>
Available when
Input
conforms to Comparable
.Parameters
value