emptyLambda

inline fun emptyLambda(): () -> Unit(source)

A shortcut for the empty lambda, used in places when curly braces are needed (if and when) to make the code look better.