Package | Description |
---|---|
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
Modifier and Type | Method and Description |
---|---|
default <TargetT> MappedAsyncPagingIterable<TargetT> |
AsyncPagingIterable.map(Function<? super ElementT,? extends TargetT> elementMapper)
Creates a new instance by transforming each element of this iterable with the provided
function.
|
Copyright © 2017–2019. All rights reserved.