Ruckus
launch { field.setAs { calculate() } } ... private fun StringProperty.setAs(calc: () -> Any) = set( try { calc().toString() } catch (e: Exception) { e.message } )
setAs
calc
streetsofboston
Throwable
Exception
Error
A modern programming language that makes developers happier.