(i.e. something like `if (list.any { it !is MyClas...
# codereview
a
(i.e. something like
if (list.any { it !is MyClass }) emptyList() else list
)