Alexey V Golubev
08/19/2019, 11:16 AMdoSomething() on condition that <somePredicate>
, where on condition that
is no more than a syntactic sugar to pair some execution context with a triggering condition. This could be achieved with either "normal" way of creating several infix functions with several intermediate useless objects or just with one infix extension function in backticks, which will look a little bit uglier :```doSomething() on condition that
<somePredicate>``` but will save a lot of tedious work.