olegstepanov
val String.prop get() = object : Supplier<Int> { override fun get(): Int = this@prop.toInt() }
Shawn
object
Supplier { toInt() }
A modern programming language that makes developers happier.