Preparing search index...
The search index is not available
@ryandur/sand
@ryandur/sand
Nothing
Interface Nothing
interface
Nothing
{
and
:
(
<
THING
>
(
other
)
=>
Nothing
)
;
inspect
:
(
(
)
=>
string
)
;
isNothing
:
true
;
mBind
:
(
(
f
)
=>
Nothing
)
;
map
:
(
(
f
)
=>
Nothing
)
;
or
:
(
<
THING
>
(
f
)
=>
Maybe
<
THING
>
)
;
orElse
:
(
<
THING
>
(
fallback
)
=>
THING
)
;
orNull
:
(
(
)
=>
null
)
;
toResult
:
(
<
T
>
(
fallback
)
=>
Failure
<
T
>
)
;
}
Index
Properties
and
inspect
is
Nothing
m
Bind
map
or
or
Else
or
Null
to
Result
Properties
Readonly
and
and
:
(
<
THING
>
(
other
)
=>
Nothing
)
Type declaration
<
THING
>
(
other
)
:
Nothing
Type Parameters
THING
Parameters
other
:
Maybe
<
THING
>
Returns
Nothing
Readonly
inspect
inspect
:
(
(
)
=>
string
)
Type declaration
(
)
:
string
Returns
string
Readonly
is
Nothing
is
Nothing
:
true
Readonly
m
Bind
m
Bind
:
(
(
f
)
=>
Nothing
)
Type declaration
(
f
)
:
Nothing
Parameters
f
:
unknown
Returns
Nothing
Readonly
map
map
:
(
(
f
)
=>
Nothing
)
Type declaration
(
f
)
:
Nothing
Parameters
f
:
unknown
Returns
Nothing
Readonly
or
or
:
(
<
THING
>
(
f
)
=>
Maybe
<
THING
>
)
Type declaration
<
THING
>
(
f
)
:
Maybe
<
THING
>
Type Parameters
THING
Parameters
f
:
(
(
)
=>
Maybe
<
THING
>
)
(
)
:
Maybe
<
THING
>
Returns
Maybe
<
THING
>
Returns
Maybe
<
THING
>
Readonly
or
Else
or
Else
:
(
<
THING
>
(
fallback
)
=>
THING
)
Type declaration
<
THING
>
(
fallback
)
:
THING
Type Parameters
THING
Parameters
fallback
:
THING
Returns
THING
Readonly
or
Null
or
Null
:
(
(
)
=>
null
)
Type declaration
(
)
:
null
Returns
null
Readonly
to
Result
to
Result
:
(
<
T
>
(
fallback
)
=>
Failure
<
T
>
)
Type declaration
<
T
>
(
fallback
)
:
Failure
<
T
>
Type Parameters
T
Parameters
fallback
:
T
Returns
Failure
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
and
inspect
is
Nothing
m
Bind
map
or
or
Else
or
Null
to
Result
@ryandur/sand
Loading...