Base interface that can be used for implementing property delegates of read-write properties.
This is provided only for convenience; you don't have to extend this interface as long as your property delegate has methods with the same signatures.
T
- the type of object which owns the delegated property.
V
- the type of the property value.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.properties/-read-write-property/index.html