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