gitlab-kotlin
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
gitlab-kotlin
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.utils
/
DelegateProvider
Delegate
Provider
class
DelegateProvider
<
Parent
,
Return
>
(
parent
:
Parent
,
onCreation
:
(
parent
:
Parent
,
property
:
KProperty
<
*
>
)
->
Return
)
(
source
)
Members
Constructors
Delegate
Provider
Link copied to clipboard
constructor
(
parent
:
Parent
,
onCreation
:
(
parent
:
Parent
,
property
:
KProperty
<
*
>
)
->
Return
)
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Return