Equivalent to this.filterIsInstance<R>.filter { predicate(it) }
this.filterIsInstance<R>.filter { predicate(it) }