![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
Class Methods | |
(instancetype) | + is |
Strict binary equality. | |
(instancetype) | + eq |
Lenient equals. | |
(instancetype) | + ne |
Lenient not equals. | |
(instancetype) | + gt |
Lenient greater than. | |
(instancetype) | + ge |
Lenient greater than or equals. | |
(instancetype) | + lt |
Lenient less than. | |
(instancetype) | + le |
Lenient less than or equals. | |
![]() | |
(NSSet< PTDiffusionEnumeration * > *) | + elements |
Additional Inherited Members | |
![]() | |
(BOOL) | - isEqualToEnumeration: |
+ (instancetype) eq |
Lenient equals.
This operator requires that the topic value is logically equal to the supplied value.
If the supplied value is a string, the string representation of the specified topic value is compared for string equality.
If the supplied value is a number (Long
or Double
), the corresponding topic value may be a number or a string containing a parseable number and will be compared for numeric equality.
If the supplied value is null, the condition will be satisfied if the value at a specified pointer is JSON null.
+ (instancetype) ge |
Lenient greater than or equals.
This operator requires that the topic value is greater than or equal to the supplied value.
The supplied value must be a number (Long
or Double
). The corresponding topic value may be a number or a string containing a parseable number and the condition will be satisfied if the topic value is greater than or equal to the supplied value.
+ (instancetype) gt |
Lenient greater than.
This operator requires that the topic value is greater than the supplied value.
The supplied value must be a number (Long
or Double
). The corresponding topic value may be a number or a string containing a parseable number and the condition will be satisfied if the topic value is greater than the supplied value.
+ (instancetype) is |
Strict binary equality.
This operator requires that the binary topic value is exactly equivalent to the value supplied for comparison.
+ (instancetype) le |
Lenient less than or equals.
This operator requires that the topic value is less than or equal to the supplied value.
The supplied value must be a number (Long
or Double
). The corresponding topic value may be a number or a string containing a parseable number and the condition will be satisfied if the topic value is less than or equal to the supplied value.
+ (instancetype) lt |
Lenient less than.
This operator requires that the topic value is less than the supplied value.
The supplied value must be a number (Long
or Double
). The corresponding topic value may be a number or a string containing a parseable number and the condition will be satisfied if the topic value is less than the supplied value.
+ (instancetype) ne |
Lenient not equals.
This operator requires that the topic value is logically not equal to the supplied value.
If the supplied value is a string, the string representation of the specified topic value is compared for string equality.
If the supplied value is a number (Long
or Double
), the corresponding topic value may be a number or a string containing a parseable number and will be compared for numeric equality.
If the supplied value is null, the condition will be satisfied if the value at a specified pointer is JSON null.