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