okarm
Useless call on not null type
String?.orEmpty
BigDecimal?.orZero() = this ?: BigDecimal.ZERO
bod
Dmitry Kandalov
BigDecimal.ONE.orZero()
ONE
BigDecimal.ONE!!.orZero()
A modern programming language that makes developers happier.