toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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
?