collect

fun <T, R> Collectable<T>.collect(collector: Collector<T, *, R>): R(source)

使用 Collector 阻塞地收集 Collectable 中的元素。