Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.async.client.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
Modifier and Type | Field and Description |
---|---|
private Function<T,U> |
MongoMappingCursor.mapper |
private Function<U,V> |
MappingIterable.mapper |
Modifier and Type | Method and Description |
---|---|
<U> MongoIterable<U> |
MapReduceIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListIndexesIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListDatabasesIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListCollectionsIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
FindIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
DistinctIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
AggregateIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
OperationIterable.map(Function<T,U> mapper) |
<W> MongoIterable<W> |
MappingIterable.map(Function<V,W> newMap) |
Constructor and Description |
---|
MappingIterable(MongoIterable<U> iterable,
Function<U,V> mapper) |
MongoMappingCursor(MongoCursor<T> proxied,
Function<T,U> mapper) |
Modifier and Type | Field and Description |
---|---|
private Function<T,U> |
MappingIterable.mapper |
private Function<T,U> |
MappingAsyncBatchCursor.mapper |
Modifier and Type | Method and Description |
---|---|
<U> MongoIterable<U> |
MongoIterable.map(Function<TResult,U> mapper)
Maps this iterable from the source document type to the target document type.
|
<U> MongoIterable<U> |
MapReduceIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListIndexesIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListDatabasesIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
ListCollectionsIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
FindIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
DistinctIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
AggregateIterableImpl.map(Function<TResult,U> mapper) |
<U> MongoIterable<U> |
OperationIterable.map(Function<T,U> mapper) |
<U> MongoIterable<U> |
AwaitingWriteOperationIterable.map(Function<T,U> mapper) |
<V> MongoIterable<V> |
MappingIterable.map(Function<U,V> mapper) |
Constructor and Description |
---|
MappingAsyncBatchCursor(AsyncBatchCursor<T> batchCursor,
Function<T,U> mapper) |
MappingIterable(MongoIterable<T> iterable,
Function<T,U> mapper) |
Modifier and Type | Method and Description |
---|---|
<U> MongoIterable<U> |
GridFSFindIterableImpl.map(Function<GridFSFile,U> mapper) |
Modifier and Type | Method and Description |
---|---|
<U> MongoIterable<U> |
MongoIterable.map(Function<TResult,U> mapper)
Maps this iterable from the source document type to the target document type.
|
Modifier and Type | Method and Description |
---|---|
<U> MongoIterable<U> |
GridFSFindIterableImpl.map(Function<GridFSFile,U> mapper) |