T - the type of which the CosmosSliceImpl consists.public class CosmosSliceImpl<T>
extends org.springframework.data.domain.SliceImpl<T>
CosmosSliceImpl implementation.| Constructor and Description |
|---|
CosmosSliceImpl(List<T> content,
org.springframework.data.domain.Pageable pageable,
boolean hasNext)
Constructor of
CosmosSliceImpl. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected <U> List<U> |
getConvertedContent(Function<? super T,? extends U> arg0) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitnextOrLastPageable, previousOrFirstPageableand, and, and, and, empty, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEach, spliteratorpublic CosmosSliceImpl(List<T> content, org.springframework.data.domain.Pageable pageable, boolean hasNext)
CosmosSliceImpl.content - the content of this page, must not be null.pageable - the paging information, must not be null.hasNext - whether the query has any more results to fetchVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.