Tegral
0.0.4-SNAPSHOT
tegral-di-core
/
guru.zoroark.tegral.di.extensions.factory
/
WrappedReadOnlyProperty
Wrapped
Read
Only
Property
inline
fun
<
T
,
V
,
R
>
WrappedReadOnlyProperty
(
original
:
ReadOnlyProperty
<
T
,
V
>
,
crossinline
mapper
:
(
T
,
V
)
->
R
)
:
ReadOnlyProperty
<
T
,
R
>
Content copied to clipboard
Wraps a property and maps its result using the given mapper.