https://kotlinlang.org logo
#kotson
Title
c

carlbenson

10/05/2017, 4:32 PM
Actually, I think I’ll settle on this in the
Capabilities
class
val fundProvider by obj[market].byNullableObject("fundsProvider")
and as an extension property
val Capabilities.fundsProviderName: String get() = fundProvider?.get("name").nullString ?: ""