PipelineTransformer
object PipelineTransformer
Utilities for transforming Pipeline and LazyPipeline.
Functions
Link copied to clipboard
Groups a list of PipelineStage by their PipelineStage.Kind.
Link copied to clipboard
fun groupByKindLazy(lazyPipeline: List<Pair<PipelineStage.Kind, LazyPipelineStage>>): Map<PipelineStage.Kind, List<LazyPipelineStage>>
Groups a list of LazyPipelineStage by their PipelineStage.Kind.
Link copied to clipboard
Reorders the pipeline by the stage kind.
Link copied to clipboard
fun reorderByKindLazy(lazyPipeline: List<Pair<PipelineStage.Kind, LazyPipelineStage>>): List<Pair<PipelineStage.Kind, LazyPipelineStage>>
Reorders a lazyPipeline by the stage kind.