Equivalent to this.filterIsInstance<R>.forEach { action(it) }
this.filterIsInstance<R>.forEach { action(it) }