| Package | Description |
|---|---|
| io.leangen.graphql.execution.relay.generic |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPage<N>
Created by bojan.tomic on 5/16/16.
|
| Modifier and Type | Method and Description |
|---|---|
static <N> Page<N> |
PageFactory.createOffsetBasedPage(List<N> nodes,
long offset,
boolean hasNextPage,
boolean hasPreviousPage) |
static <N> Page<N> |
PageFactory.createOffsetBasedPage(List<N> nodes,
long count,
long offset) |
static <N> Page<N> |
PageFactory.createPage(List<N> nodes,
CursorProvider<N> cursorProvider,
boolean hasNextPage,
boolean hasPreviousPage) |
Copyright © 2016–2017. All rights reserved.