Search
Preparing search index...
The search index is not available
Template Blocks
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Base
GenericValueProcessor
Class GenericValueProcessor<TOut, TP1, TP2, TP3>
Type parameters
TOut
TP1
TP2
TP3
Hierarchy
ValueProcessor
<
TOut
,
TP1
,
TP2
,
TP3
>
GenericValueProcessor
Index
Constructors
constructor
Properties
error
evaluate
Periodically
execute
feed
Into
implementation
log
observe
params
to
Const
to
Var
warn
Methods
get
pipe
new
Constructors
constructor
new
Generic
Value
Processor
(
implementation
:
function
)
:
GenericValueProcessor
new
Generic
Value
Processor
(
implementation
:
function
, arg1
:
TP1
)
:
GenericValueProcessor
new
Generic
Value
Processor
(
implementation
:
function
, arg1
:
TP1
, arg2
:
TP2
)
:
GenericValueProcessor
new
Generic
Value
Processor
(
implementation
:
function
, arg1
:
TP1
, arg2
:
TP2
, arg3
:
TP3
)
:
GenericValueProcessor
Parameters
implementation:
function
(
)
:
TOut
Returns
TOut
Returns
GenericValueProcessor
Parameters
implementation:
function
(
arg1
:
TP1
)
:
TOut
Parameters
arg1:
TP1
Returns
TOut
arg1:
TP1
Returns
GenericValueProcessor
Parameters
implementation:
function
(
arg1
:
TP1
, arg2
:
TP2
)
:
TOut
Parameters
arg1:
TP1
arg2:
TP2
Returns
TOut
arg1:
TP1
arg2:
TP2
Returns
GenericValueProcessor
Parameters
implementation:
function
(
arg1
:
TP1
, arg2
:
TP2
, arg3
:
TP3
)
:
TOut
Parameters
arg1:
TP1
arg2:
TP2
arg3:
TP3
Returns
TOut
arg1:
TP1
arg2:
TP2
arg3:
TP3
Returns
GenericValueProcessor
Properties
error
error
:
error
evaluate
Periodically
evaluate
Periodically
:
evaluatePeriodically
execute
execute
:
execute
feed
Into
feed
Into
:
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
>
to
Const
to
Const
:
toConst
to
Var
to
Var
:
toVar
warn
warn
:
warn
Methods
get
get
(
)
:
TOut
Returns
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
Type parameters
PClass
Parameters
processor:
object
Rest
...
params:
[]
Returns
PClass
Type parameters
PClass
PP2
Parameters
processor:
object
Rest
...
params:
[
PP2
]
Returns
PClass
Type parameters
PClass
PP2
PP3
Parameters
processor:
object
Rest
...
params:
[
PP2
,
PP3
]
Returns
PClass
Static
new
new<TOut, TP1, TP2, TP3>
(
implementation
:
function
)
:
Anonymous
Type parameters
TOut
TP1
TP2
TP3
Parameters
implementation:
function
(
...
args
:
PropsVariants
<
TP1
,
TP2
,
TP3
>
)
:
TOut
Parameters
Rest
...
args:
PropsVariants
<
TP1
,
TP2
,
TP3
>
Returns
TOut
Returns
Anonymous
Globals
Internals
src
Externals
Augumentations
Base
General
Generators
Interfaces
Logic
Logic
Operators
Math
Primitives
Specific
Utils
Value
Processors
float2
Any
Value
Processor
Const
Generic
Value
Processor
constructor
error
evaluate
Periodically
execute
feed
Into
implementation
log
observe
params
to
Const
to
Var
warn
get
pipe
new
Value
Processor
Var
Prop2
Prop3
Props
Variants