toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-query
/
me.ahoo.wow.query.dsl
/
QueryableDsl
Queryable
Dsl
abstract
class
QueryableDsl
<
Q
:
Queryable
<
Q
>
>
Inheritors
ListQueryDsl
PagedQueryDsl
SingleQueryDsl
Members
Constructors
Queryable
Dsl
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
Q
condition
Link copied to clipboard
fun
condition
(
block
:
ConditionDsl
.
(
)
->
Unit
)
projection
Link copied to clipboard
fun
projection
(
block
:
ProjectionDsl
.
(
)
->
Unit
)
sort
Link copied to clipboard
fun
sort
(
block
:
SortDsl
.
(
)
->
Unit
)