Wow
Toggle table of contents
5.1.5
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
:
ReactiveSnapshotQueryApi
<
S
>
)
:
Flux
<
S
>
fun
<
S
:
Any
>
IPagedQuery
.
queryState
(
snapshotQueryApi
:
ReactiveSnapshotQueryApi
<
S
>
)
:
Mono
<
PagedList
<
S
>
>
fun
<
S
:
Any
>
ISingleQuery
.
queryState
(
snapshotQueryApi
:
ReactiveSnapshotQueryApi
<
S
>
)
:
Mono
<
S
>
fun
<
S
:
Any
>
IListQuery
.
queryState
(
snapshotQueryApi
:
SyncSnapshotQueryApi
<
S
>
)
:
List
<
S
>
fun
<
S
:
Any
>
IPagedQuery
.
queryState
(
snapshotQueryApi
:
SyncSnapshotQueryApi
<
S
>
)
:
PagedList
<
S
>
fun
<
S
:
Any
>
ISingleQuery
.
queryState
(
snapshotQueryApi
:
SyncSnapshotQueryApi
<
S
>
)
:
S
?