Wow
Toggle table of contents
5.9.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-apiclient
/
me.ahoo.wow.apiclient.query
/
queryState
query
State
fun
<
S
:
Any
>
IListQuery
.
queryState
(
snapshotQueryApi
:
ReactiveSnapshotListQueryApi
<
S
>
)
:
Flux
<
S
>
fun
<
S
:
Any
>
IPagedQuery
.
queryState
(
snapshotQueryApi
:
ReactiveSnapshotPagedQueryApi
<
S
>
)
:
Mono
<
PagedList
<
S
>
>
fun
<
S
:
Any
>
ISingleQuery
.
queryState
(
snapshotQueryApi
:
ReactiveSnapshotSingleQueryApi
<
S
>
)
:
Mono
<
S
>
fun
<
S
:
Any
>
IListQuery
.
queryState
(
snapshotQueryApi
:
SynchronousSnapshotListQueryApi
<
S
>
)
:
List
<
S
>
fun
<
S
:
Any
>
IPagedQuery
.
queryState
(
snapshotQueryApi
:
SynchronousSnapshotPagedQueryApi
<
S
>
)
:
PagedList
<
S
>
fun
<
S
:
Any
>
ISingleQuery
.
queryState
(
snapshotQueryApi
:
SynchronousSnapshotSingleQueryApi
<
S
>
)
:
S
?