Companion
object Companion
Content copied to clipboard
Functions
withAll
Link copied to clipboard
fun <T : Any> withAll(vararg extras: ExtraProperty<T>?): PropertyContainer<T>
Content copied to clipboard
fun <T : Any> withAll(extras: Collection<ExtraProperty<T>>): PropertyContainer<T>
Content copied to clipboard