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

carlbenson

10/05/2017, 4:03 PM
I would like avoid exposing nullables as far as possible, hence the
val Capabilities.hasFunds: Boolean get() = hasFundsMaybe == true
and
internal val hasFundsMaybe by obj[market]["services"].byNullableBool("funds")