KtMongo
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
KtMongo
MongoDB driver for Kotlin (synchronous)
/
opensavvy.ktmongo.sync
/
LazyMongoIterable
Lazy
Mongo
Iterable
common
interface
LazyMongoIterable
<
Document
:
Any
>
(
source
)
Inheritors
MongoAggregationPipeline
Members
Members & Extensions
Functions
as
Iterable
Link copied to clipboard
common
abstract
fun
asIterable
(
documentType
:
Class
<
Document
>
)
:
MongoIterable
<
Document
>
as
Iterable
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
asIterable
(
)
:
MongoIterable
<
Document
>
first
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
first
(
)
:
Document
first
Or
Null
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
firstOrNull
(
)
:
Document
?
for
Each
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
forEach
(
noinline
action
:
(
Document
)
->
Unit
)
to
List
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
toList
(
)
:
List
<
Document
>
to
Set
Link copied to clipboard
common
inline
fun
<
Document
:
Any
>
LazyMongoIterable
<
Document
>
.
toSet
(
)
:
Set
<
Document
>