Companion

object Companion

Functions

Link copied to clipboard
fun <T : Any> empty(): PropertyContainer<T>
Link copied to clipboard
fun <T : Any> withAll(vararg extras: ExtraProperty<T>?): PropertyContainer<T>
fun <T : Any> withAll(extras: Collection<ExtraProperty<T>>): PropertyContainer<T>