Wow
Toggle table of contents
5.1.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-query
/
me.ahoo.wow.query.dsl
/
SingleQueryDsl
Single
Query
Dsl
class
SingleQueryDsl
:
QueryableDsl
<
ISingleQuery
>
Members
Constructors
Single
Query
Dsl
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
ISingleQuery
condition
Link copied to clipboard
fun
condition
(
block
:
ConditionDsl
.
(
)
->
Unit
)
fun
condition
(
condition
:
Condition
)
projection
Link copied to clipboard
fun
projection
(
block
:
ProjectionDsl
.
(
)
->
Unit
)
fun
projection
(
projection
:
Projection
)
sort
Link copied to clipboard
fun
sort
(
block
:
SortDsl
.
(
)
->
Unit
)
fun
sort
(
sort
:
List
<
Sort
>
)