orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-delegate-magic
/
org.openrndr.extra.delegatemagic.aggregation
/
ListPropertyAggregation
List
Property
Aggregation
class
ListPropertyAggregation
<
T
,
R
>
(
clock
:
Clock
,
property
:
KProperty0
<
List
<
T
>
>
,
val
aggregationFunction
:
(
List
<
T
>
)
->
R
)
(
source
)
Property delegation by list aggregation
Members
Constructors
List
Property
Aggregation
Link copied to clipboard
constructor
(
clock
:
Clock
,
property
:
KProperty0
<
List
<
T
>
>
,
aggregationFunction
:
(
List
<
T
>
)
->
R
)
Properties
aggregation
Function
Link copied to clipboard
val
aggregationFunction
:
(
List
<
T
>
)
->
R
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
any
:
Any
?
,
property
:
KProperty
<
*
>
)
:
R