asStream

abstract fun asStream(): Stream<T>

创建一个能获取该群内所有 TStream.

实现细节: 为了适合 Java 调用, 实现类似为阻塞式的 asFlow, 因此不建议在 Kotlin 使用. 在 Kotlin 请使用 asFlow.