得到一个将 Flow 的结果转化为 List。
以 Collectable 的场景下为例:
Collectable
List<String> list = Collectables.transform(collectable, list());
注意: 会产生不可避免的将挂起阻塞的行为,但不会使用 invoke.scope。
invoke.scope