Hyperlinkv0.8.0-beta.28

Pipeable

Pipeable.Classconsteffect/Pipeable.ts:624
new () => Pipeable

Provides a base constructor whose instances implement the standard Pipeable.pipe method.

When to use

Use when you need to define a class that supports Effect-style method chaining through .pipe(...).

constructors
export const Class: new() => Pipeable = (function() {
  function PipeableBase() {}
  PipeableBase.prototype = Prototype
  return PipeableBase as any
})()
Referenced by 4 symbols