toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.infra.accessor.property
/
SimplePropertyGetter
Simple
Property
Getter
class
SimplePropertyGetter
<
T
,
V
>
(
val
property
:
KProperty1
<
T
,
V
>
)
:
PropertyGetter
<
T
,
V
>
Members
Members & Extensions
Constructors
Simple
Property
Getter
Link copied to clipboard
constructor
(
property
:
KProperty1
<
T
,
V
>
)
Properties
property
Link copied to clipboard
val
property
:
KProperty1
<
T
,
V
>
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
receiver
:
T
)
:
V
to
Named
Aggregate
Getter
Link copied to clipboard
fun
<
T
>
PropertyGetter
<
T
,
String
>
?
.
toNamedAggregateGetter
(
type
:
Class
<
T
>
)
:
NamedAggregateGetter
<
T
>
?