creating

Provides a property delegate that creates elements of the default collection type with the given configuration.

val myElement by myContainer.creating { myProperty = 42 }


Provides a property delegate that creates elements of the given type.


Provides a property delegate that creates elements of the given type with the given configuration.


Provides a property delegate that creates elements of the given type expressed as a java.lang.Class with the given configuration.


Provides a property delegate that creates elements of the default collection type.