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
/
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
)
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
>
)