Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FeedInto<TOut, TP3>

Type parameters

  • TOut

  • TP3

Hierarchy

Index

Constructors

constructor

Properties

error

error: error

evaluatePeriodically

evaluatePeriodically: evaluatePeriodically

execute

execute: execute

feedInto

feedInto: feedInto

log

log: log

observe

observe: observe

params

params: PropsVariants<AnyValueProcessor<TOut>, Var<TOut>, TP3>

source

source: AnyValueProcessor<TOut>

target

target: Var<TOut>

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