Wow
6.3.0
      Target filter
Search in API
Skip to content
    Wow
wow-apiclient/me.ahoo.wow.apiclient.query/query

query

fun <S : Any> IListQuery.query(snapshotQueryApi: ReactiveSnapshotListQueryApi<S>): Flux<MaterializedSnapshot<S>>
fun <S : Any> IPagedQuery.query(snapshotQueryApi: ReactiveSnapshotPagedQueryApi<S>): Mono<PagedList<MaterializedSnapshot<S>>>
fun <S : Any> ISingleQuery.query(snapshotQueryApi: ReactiveSnapshotSingleQueryApi<S>): Mono<MaterializedSnapshot<S>>
fun <S : Any> IListQuery.query(snapshotQueryApi: SynchronousSnapshotListQueryApi<S>): List<MaterializedSnapshot<S>>
fun <S : Any> IPagedQuery.query(snapshotQueryApi: SynchronousSnapshotPagedQueryApi<S>): PagedList<MaterializedSnapshot<S>>
fun <S : Any> ISingleQuery.query(snapshotQueryApi: SynchronousSnapshotSingleQueryApi<S>): MaterializedSnapshot<S>?
Generated by Dokka
© 2025 Copyright