Preparing search index...
The search index is not available
True Myth - v8.4.0
True Myth
task
Matcher
Type Alias Matcher<T, E, A>
Matcher
:
{
Rejected
:
(
reason
:
E
)
=>
A
;
Resolved
:
(
value
:
T
)
=>
A
}
A lightweight object defining how to handle each outcome state of a
Task
.
Type Parameters
T
E
A
Type declaration
Rejected
:
(
reason
:
E
)
=>
A
Resolved
:
(
value
:
T
)
=>
A
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
True Myth - v8.4.0
Loading...
A lightweight object defining how to handle each outcome state of a
Task
.