fun <R> TransformContext.collect(collector: Collector<R>): List<R>
fun AbstractTransformContext.collect(): List<*>