maybe this is more appropriate for <#C1H43FDRB|cod...
# getting-started
m
maybe this is more appropriate for #codereview , but I wonder if the nested functions are better than having some extra lines
Copy code
val interviews = ... map { ... }
val next = interviews.find { ... }
next?.apply { this.next = true }
1