KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
KtMongo: MongoDB request DSL
/
opensavvy.ktmongo.dsl.aggregation
/
PipelineChainLink
/
isNotEmpty
is
Not
Empty
fun
isNotEmpty
(
)
:
Boolean
(
source
)
Semantically equivalent to
chain.toList().isNotEmpty()
, but faster.