This syntax seems a little wonky -- is there some ...
# getting-started
e
This syntax seems a little wonky -- is there some way I can avoid the double curly brackets?
Copy code
val aLambda = if(someCondition) {{foo.bar()}} else {{foo.baz()}}