将此流转换为 Stream<R>。
Stream<R>
此流被包裹为 Stream<R> 并在运行时检查每个由该流发出的数据事件也必须是 R 的实例。
R
Stream<R> cast<R>() => Stream.castFrom<T, R>(this);