Package-level declarations
CSModel / CSHasDestruct — parent-child object lifecycles with eventDestruct and destruct().
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun <T : CSHasDestruct> MutableList<T>.factory(parent: CSHasRegistrations, count: CSHasChangeValue<Int>, eventAdded: CSEvent<T>? = null, eventRemoved: CSEvent<Int>? = null, create: (Int) -> T): MutableList<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard