Pipeline

@native @JSType trait Pipeline extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(functions: IPipelineFunction*): Unit
def after(existingFn: IPipelineFunction, newFn: IPipelineFunction): Unit
def before(existingFn: IPipelineFunction, newFn: IPipelineFunction): Unit
def load(serialised: Any): Pipeline
def registerFunction(fn: IPipelineFunction, label: String): Unit
def registeredFunctions: Dictionary[Function]
def remove(fn: IPipelineFunction): Unit
def reset(): Unit
def run(tokens: Array[String]): Array[String]
def toJSON(): Dynamic

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object