PagingData<T> |
Returns a PagingData containing only elements matching the given predicate
|
PagingData<T> |
Returns a PagingData containing only elements matching the given predicate.
|
PagingData<T> |
Returns a PagingData containing only elements matching the given predicate.
|
PagingData<R> |
Returns a PagingData of all elements returned from applying the given transform
to each element, as it is loaded.
|
PagingData<R> |
Returns a PagingData of all elements returned from applying the given transform
to each element, as it is loaded.
|
PagingData<R> |
Returns a PagingData of all elements returned from applying the given transform to each
element, as it is loaded.
|
PagingData<T> |
Returns a PagingData containing each original element, with the passed footer item added
to the end of the list.
|
PagingData<T> |
Returns a PagingData containing each original element, with the passed header item added
to the start of the list.
|
PagingData<R> |
Returns a PagingData containing each original element, with an optional separator
generated by generator, given the elements before and after (or null, in boundary
conditions).
|
PagingData<R> |
Returns a PagingData containing each original element, with an optional separator
generated by generator, given the elements before and after (or null, in boundary
conditions).
|
PagingData<R> |
Returns a PagingData containing each original element, with an optional separator generated
by generator, given the elements before and after (or null, in boundary conditions).
|
PagingData<R> |
Returns a PagingData containing the result of applying the given transform to each
element, as it is loaded.
|
PagingData<R> |
Returns a PagingData containing the result of applying the given transform to each
element, as it is loaded.
|
PagingData<R> |
Returns a PagingData containing the result of applying the given |