Bound method references would also work but I don'...
# getting-started
e
Bound method references would also work but I don't believe they've been implemented in Kotlin yet:
Copy code
val aLambda = if(someCondition) foo::bar else foo::baz