quarkus-mongodb-panache-kotlin
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
quarkus-mongodb-panache-kotlin
quarkus-mongodb-panache-kotlin
/
io.quarkus.mongodb.panache.kotlin
/
PanacheQuery
/
stream
stream
abstract
fun
stream
(
)
:
Stream
<
Entity
>
Returns the current page of results as a
Stream
.
Return
the current page of results as a
Stream
.
See also
Panache
Query.
list
Panache
Query.
page