Uses of Interface
com.google.cloud.PageImpl.NextPageFetcher
-
Packages that use PageImpl.NextPageFetcher Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of PageImpl.NextPageFetcher in com.google.cloud
Constructors in com.google.cloud with parameters of type PageImpl.NextPageFetcher Constructor Description PageImpl(PageImpl.NextPageFetcher<T> pageFetcher, String cursor, Iterable<T> results)
Creates aPageImpl
object.
-