toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.builders
/
GroupBuilder
Group
Builder
class
GroupBuilder
<
T
:
Any
>
Members
Constructors
Group
Builder
Link copied to clipboard
constructor
(
)
Functions
accumulate
Link copied to clipboard
fun
accumulate
(
block
:
AccumulateBuilder
<
T
>
.
(
)
->
Unit
)
by
Link copied to clipboard
fun
by
(
vararg
fields
:
KProperty1
<
T
,
*
>
)
fun
by
(
block
:
CompositeKeyBuilder
<
T
>
.
(
)
->
Unit
)
fun
by
(
fieldName
:
String
)
fun
by
(
field
:
KProperty1
<
T
,
*
>
)