@eagleoutice/flowr - v2.13.15
Preparing search index...
src/util/logic
TernaryLogic
Variable TernaryLogic
Const
TernaryLogic
:
{
and
(
this
:
void
,
...
values
:
Ternary
[]
)
:
Ternary
;
name
:
string
;
negate
(
this
:
void
,
value
:
Ternary
)
:
Ternary
;
or
(
this
:
void
,
...
values
:
Ternary
[]
)
:
Ternary
;
}
= ...
Type Declaration
and
:
function
and
(
this
:
void
,
...
values
:
Ternary
[]
)
:
Ternary
Parameters
this
:
void
...
values
:
Ternary
[]
Returns
Ternary
name
:
string
negate
:
function
negate
(
this
:
void
,
value
:
Ternary
)
:
Ternary
Parameters
this
:
void
value
:
Ternary
Returns
Ternary
or
:
function
or
(
this
:
void
,
...
values
:
Ternary
[]
)
:
Ternary
Parameters
this
:
void
...
values
:
Ternary
[]
Returns
Ternary
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.15
Loading...