Join Slack
Powered by
val (list1, list2) = comments.partition { comment...
# codereview
s
sitepodmatt
02/20/2019, 2:45 AM
val (list1, list2) = comments.partition { comment -> comment.indexOfFirst { it.id == comment.parentId } > -1}
Open in Slack
Previous
Next