Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
monet
IListStatic
Interface IListStatic
interface
IListStatic
{
of
:
monet
.
IListFactory
;
pure
:
monet
.
IListFactory
;
unit
:
monet
.
IListFactory
;
from
<
T
>
(
iter
:
Iterable
<
T
>
)
:
monet
.
List
<
T
>
;
fromArray
<
T
>
(
arr
:
T
[]
)
:
monet
.
List
<
T
>
;
isInstance
(
target
:
any
)
:
target
is
monet
.
List
<
any
>
;
isOfType
(
target
:
any
)
:
boolean
;
<
T
>
(
)
:
monet
.
List
<
T
>
;
<
T
>
(
val
:
T
,
tail
?:
monet
.
List
<
T
>
)
:
monet
.
List
<
T
>
;
}
Hierarchy-Diagram
Legend
interface
public property
public method
Hierarchy (
view full
)
monet
.
IMonadStatic
IListStatic
IList
Static
<
T
>
(
)
:
monet
.
List
<
T
>
Type Parameters
T
Returns
monet
.
List
<
T
>
IList
Static
<
T
>
(
val
:
T
,
tail
?:
monet
.
List
<
T
>
)
:
monet
.
List
<
T
>
Type Parameters
T
Parameters
val
:
T
Optional
tail
:
monet
.
List
<
T
>
Returns
monet
.
List
<
T
>
Index
Properties
of
pure
unit
Methods
from
from
Array
is
Instance
is
Of
Type
Properties
of
of
:
monet
.
IListFactory
pure
pure
:
monet
.
IListFactory
unit
unit
:
monet
.
IListFactory
Methods
from
from
<
T
>
(
iter
:
Iterable
<
T
>
)
:
monet
.
List
<
T
>
Type Parameters
T
Parameters
iter
:
Iterable
<
T
>
Returns
monet
.
List
<
T
>
from
Array
from
Array
<
T
>
(
arr
:
T
[]
)
:
monet
.
List
<
T
>
Type Parameters
T
Parameters
arr
:
T
[]
Returns
monet
.
List
<
T
>
is
Instance
is
Instance
(
target
:
any
)
:
target
is
monet
.
List
<
any
>
Parameters
target
:
any
Returns
target
is
monet
.
List
<
any
>
is
Of
Type
is
Of
Type
(
target
:
any
)
:
boolean
Parameters
target
:
any
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
of
pure
unit
from
from
Array
is
Instance
is
Of
Type
Official Cockpit API Documentation
Houston Common Library
Loading...