Scott Kruse
list.firstOrNull { it is MySealedClass } != null
Rob Elliot
list.any { it is MySealedClass }