Uses of Interface
io.leangen.graphql.execution.relay.Page
-
Packages that use Page Package Description io.leangen.graphql.execution.relay.generic -
-
Uses of Page in io.leangen.graphql.execution.relay.generic
Classes in io.leangen.graphql.execution.relay.generic that implement Page Modifier and Type Class Description classGenericPage<N>Created by bojan.tomic on 5/16/16.Methods in io.leangen.graphql.execution.relay.generic with type parameters of type Page Modifier and Type Method Description static <N,P extends Page<N>>
PPageFactory. createOffsetBasedPage(List<N> nodes, long count, long offset, BiFunction<List<graphql.relay.Edge<N>>,graphql.relay.PageInfo,P> pageCreator)Methods in io.leangen.graphql.execution.relay.generic that return Page Modifier and Type Method 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)
-