Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
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
>
?