When implementing `()->Unit` in java, it's bett...
# getting-started
i
When implementing
()->Unit
in java, it's better to return
Unit.INSTANCE
rather than
null
.