apatrida
09/30/2015, 4:57 PMinitializedBy
but sets the receiver to the item to which you are calling it on and returns that same item. (editing my intiailizedBy above which accepts income param)
val mapThing = ImmutableSettingsBuilder() apply {
put("default" to "value")
put("other" to "value")
}.build()