Noop

amyc.utils.Noop
case class Noop[T]() extends Pipeline[T, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Pipeline[T, T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def run(v: T)(using Context): T

Attributes

Definition Classes

Inherited methods

def andThen[G](thenn: Pipeline[T, G]): Pipeline[F, G]

Attributes

Inherited from:
Pipeline
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val name: String