Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericValueProcessor<TOut, TP1, TP2, TP3>

Type parameters

  • TOut

  • TP1

  • TP2

  • TP3

Hierarchy

  • ValueProcessor<TOut, TP1, TP2, TP3>
    • GenericValueProcessor

Index

Constructors

constructor

Properties

error

error: error

evaluatePeriodically

evaluatePeriodically: evaluatePeriodically

execute

execute: execute

feedInto

feedInto: feedInto

implementation

implementation: function

Type declaration

    • (...args: any[]): TOut
    • Parameters

      • Rest ...args: any[]

      Returns TOut

log

log: log

observe

observe: observe

params

params: PropsVariants<TP1, TP2, TP3>

toConst

toConst: toConst

toVar

toVar: toVar

warn

warn: warn

Methods

get

  • get(): TOut

pipe

  • pipe<PClass>(processor: object, ...params: []): PClass
  • pipe<PClass, PP2>(processor: object, ...params: [PP2]): PClass
  • pipe<PClass, PP2, PP3>(processor: object, ...params: [PP2, PP3]): PClass

Static new

  • new<TOut, TP1, TP2, TP3>(implementation: function): Anonymous