Uses of Class
cloud.opencode.base.functional.pipeline.Pipeline
Packages that use Pipeline
Package
Description
Pipeline - Composable data transformation pipelines
管道 - 可组合的数据转换管道
-
Uses of Pipeline in cloud.opencode.base.functional.pipeline
Methods in cloud.opencode.base.functional.pipeline that return PipelineModifier and TypeMethodDescriptionChain another transformation 链接另一个转换Compose with another pipeline 与另一个管道组合static <T,R> Pipeline <T, R> Create a pipeline from a function 从函数创建管道static <T> Pipeline<T, T> Pipeline.identity()Create an identity pipeline 创建恒等管道Methods in cloud.opencode.base.functional.pipeline with parameters of type Pipeline