abstract class RdDelegateBase<out T : RdBindableBase> : IRdBindable
RdDelegateBase(delegatedBy: T) |
val delegatedBy: T |
abstract fun deepClone(): IRdBindable
Creates a clone of this IRdBindable not bound to any protocol |
|
open fun print(printer: <ERROR CLASS>): Unit |
fun <T : IRdBindable?> T.bind(lf: <ERROR CLASS>, parent: IRdDynamic, name: String): Unit? |
|
fun <T> T.deepClonePolymorphic(): T |
|
fun <T : IRdBindable?> T.identify(identities: IIdentities, ids: RdId): Unit? |