Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionPagedTopicComparatorOrderingPolicy Class Reference

Introduction

Describes an ordering policy when using a comparator.

See Also
PTDiffusionPagedTopicDetailsBuilder
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedTopicComparatorOrderingPolicy:
PTDiffusionPagedTopicOrderingPolicy

Properties

NSString * comparator
 
- Properties inherited from PTDiffusionPagedTopicOrderingPolicy
PTDiffusionPagedTopicOrderingordering
 
PTDiffusionPagedTopicDuplicatesduplicatesPolicy
 

Instance Methods

(BOOL) - isEqualToPagedTopicComparatorOrderingPolicy:
 
- Instance Methods inherited from PTDiffusionPagedTopicOrderingPolicy
(BOOL) - isEqualToPagedTopicOrderingPolicy:
 

Method Documentation

- (BOOL) isEqualToPagedTopicComparatorOrderingPolicy: (nullable PTDiffusionPagedTopicComparatorOrderingPolicy *)  pagedTopicComparatorOrderingPolicy

Compares the receiver to the given paged topic comparator ordering policy.

Parameters
pagedTopicComparatorOrderingPolicyThe paged topic comparator ordering policy object with which to compare the receiver.
Returns
YES if the paged topic comparator ordering policy is equal to the receiver, otherwise NO.
Since
5.7

Property Documentation

- (NSString*) comparator
readnonatomicassign

The full class name of the comparator.

Since
5.7