| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionTimeline.Builder
CollectionTimeline Builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
next(Long minPosition,
<any> cb)
Loads items with position greater than minPosition.
|
void |
previous(Long maxPosition,
<any> cb)
Loads items with position less than or equal to maxPosition.
|