#import <EMCursorResult.h>
构造函数 | |
(void) | - append: |
类方法 | |
(instancetype _Nonnull) | + cursorResultWithList:andCursor: |
Protected 属性 | |
__pad0__: NSObject@property (nonatomic | |
assign NSUInteger | count |
属性 | |
NSArray< ObjectType > *_Nullable | list |
NSString *_Nullable | cursor |
- (void) append: | (nonnull EMCursorResult< ObjectType > *) | result |
拼接result。
result | 结果列表。 |
+ (instancetype _Nonnull) cursorResultWithList: | (NSArray< ObjectType > *_Nullable) | aList | |
andCursor: | (NSString *_Nullable) | aCusror | |
创建实例。
aList | 结果列表。 |
aCursor | 获取下一段结果的游标。 |
|
readwritenonatomiccopy |
获取下一段结果的游标。
|
readwritenonatomicstrong |
结果列表。