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