withAll

fun <T : Any> withAll(vararg extras: ExtraProperty<T>?): PropertyContainer<T>
fun <T : Any> withAll(extras: Collection<ExtraProperty<T>>): PropertyContainer<T>