Search
Preparing search index...
The search index is not available
Template Blocks
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Logic
If
Class If<TOut, TP1, TP2, TP3>
Type parameters
TOut
TP1
TP2
TP3
Hierarchy
ValueProcessor
<
TOut
>
If
Index
Constructors
constructor
Properties
error
evaluate
Periodically
execute
expression
feed
Into
if
False
if
True
log
observe
params
to
Const
to
Var
warn
Methods
get
pipe
Constructors
constructor
new
If
(
expression
:
ValueProcessor
<
boolean
>
, ifTrue
:
ValueProcessor
<
TOut
>
, ifFalse
:
ValueProcessor
<
TOut
>
)
:
If
Parameters
expression:
ValueProcessor
<
boolean
>
ifTrue:
ValueProcessor
<
TOut
>
ifFalse:
ValueProcessor
<
TOut
>
Returns
If
Properties
error
error
:
error
evaluate
Periodically
evaluate
Periodically
:
evaluatePeriodically
execute
execute
:
execute
Private
expression
expression
:
ValueProcessor
<
boolean
>
feed
Into
feed
Into
:
feedInto
Private
if
False
if
False
:
ValueProcessor
<
TOut
>
Private
if
True
if
True
:
ValueProcessor
<
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
Globals
Internals
src
Externals
Augumentations
Base
General
Generators
Interfaces
Logic
Logic
Operators
Math
Primitives
Specific
Utils
Value
Processors
float2
Equals
Greater
If
constructor
error
evaluate
Periodically
execute
expression
feed
Into
if
False
if
True
log
observe
params
to
Const
to
Var
warn
get
pipe