No overview available.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Framework
- Foundation
No overview available.
SDKs
Framework
static func ... (Operation Queue .Scheduler Time Type) -> Partial Range From<Operation Queue .Scheduler Time Type>
Returns a partial range extending upward from a lower bound.
static func ... (Operation Queue .Scheduler Time Type) -> Partial Range Through<Operation Queue .Scheduler Time Type>
Returns a partial range up to, and including, its upper bound.
static func ... (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Closed Range<Operation Queue .Scheduler Time Type>
Returns a closed range that contains both of its bounds.
static func ..< (Operation Queue .Scheduler Time Type) -> Partial Range Up To<Operation Queue .Scheduler Time Type>
Returns a partial range up to, but not including, its upper bound.
static func ..< (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Range<Operation Queue .Scheduler Time Type>
Returns a half-open range that contains its lower bound but not its upper bound.
static func < (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
static func <= (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
static func == (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether two values are equal.
static func > (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (Operation Queue .Scheduler Time Type, Operation Queue .Scheduler Time Type) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.