<@U0N8HQET0> You can use `.apply` function if you ...
# announcements
i
@ghedeon You can use
.apply
function if you want to insert something in the middle of fluent call chain:
Copy code
someList
    .doSomething()
    .apply { if (condition) add(element) }
    .doSomethingElse()
👏 1
😮 2
a
I like this.
g
слава богам)