@hashgraph/solo
Preparing search index...
src/data/key/lexer/forest
Forest
Class Forest
Index
Properties
formatter
lexer
Methods
add
Or
Replace
Array
add
Or
Replace
Object
add
Or
Replace
Value
has
node
For
to
Flat
Map
to
Object
value
For
from
from
Lexer
Properties
Readonly
formatter
formatter
:
KeyFormatter
Readonly
lexer
lexer
:
Lexer
Methods
add
Or
Replace
Array
addOrReplaceArray
<
T
>
(
key
:
string
,
values
:
T
[]
)
:
void
Type Parameters
T
Parameters
key
:
string
values
:
T
[]
Returns
void
add
Or
Replace
Object
addOrReplaceObject
(
key
:
string
,
value
:
object
)
:
void
Parameters
key
:
string
value
:
object
Returns
void
add
Or
Replace
Value
addOrReplaceValue
(
key
:
string
,
value
:
string
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
has
has
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
node
For
nodeFor
(
key
:
string
)
:
Node
Parameters
key
:
string
Returns
Node
to
Flat
Map
toFlatMap
()
:
Map
<
string
,
string
>
Returns
Map
<
string
,
string
>
to
Object
toObject
()
:
object
Returns
object
value
For
valueFor
(
key
:
string
)
:
string
Parameters
key
:
string
Returns
string
Static
from
from
(
data
:
Map
<
string
,
string
>
,
formatter
?:
KeyFormatter
)
:
Forest
Parameters
data
:
Map
<
string
,
string
>
formatter
:
KeyFormatter
= ...
Returns
Forest
Static
from
Lexer
fromLexer
(
lexer
:
Lexer
,
formatter
?:
KeyFormatter
)
:
Forest
Parameters
lexer
:
Lexer
formatter
:
KeyFormatter
= ...
Returns
Forest
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
formatter
lexer
Methods
add
Or
Replace
Array
add
Or
Replace
Object
add
Or
Replace
Value
has
node
For
to
Flat
Map
to
Object
value
For
from
from
Lexer
@hashgraph/solo
Loading...