Pipeline

amyc.utils.Pipeline$
See thePipeline companion class
object Pipeline

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pipeline.type

Members list

Value members

Concrete methods

def execute[A, B](pipeline: Pipeline[A, B])(body: => A)(using Context): B

This method should be called when running a pipeline

This method should be called when running a pipeline

Attributes