toggle menu
gradle-extensions-project
1.0.0-SNAPSHOT
jvm
switch theme
search in API
gradle-delegated-properties-extensions
/
com.javiersc.gradle.delegated.properties.extensions
Package-level
declarations
Types
Functions
Types
Delegated
Property
Link copied to clipboard
abstract
class
DelegatedProperty
<
T
>
Functions
delegated
Property
Link copied to clipboard
inline
fun
<
T
>
Project
.
delegatedProperty
(
)
:
DelegatedProperty
<
T
>
inline
fun
<
T
>
ObjectFactory
.
delegatedProperty
(
)
:
DelegatedProperty
<
T
>
inline
fun
<
T
>
Project
.
delegatedProperty
(
initial
:
T
)
:
DelegatedProperty
<
T
>
inline
fun
<
T
>
ObjectFactory
.
delegatedProperty
(
initial
:
T
)
:
DelegatedProperty
<
T
>
get
Value
Link copied to clipboard
operator
fun
<
T
>
DelegatedProperty
<
T
>
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
set
Value
Link copied to clipboard
operator
fun
<
T
>
DelegatedProperty
<
T
>
.
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)