Preparing search index...
The search index is not available
True Myth - v8.0.1
True Myth
maybe
Matcher
Type Alias Matcher<T, A>
Matcher
<
T
,
A
>
:
{
Just
:
(
(
value
:
T
)
=>
A
)
;
Nothing
:
(
(
)
=>
A
)
;
}
A lightweight object defining how to handle each variant of a
Maybe
.
Type Parameters
T
A
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
True Myth - v8.0.1
Loading...
A lightweight object defining how to handle each variant of a
Maybe
.