Appearance
True Myth / task / Matcher
Matcher<T, E, A> = object
T
E
A
object
A lightweight object defining how to handle each outcome state of a Task.
Task
Rejected: (reason) => A
reason
Resolved: (value) => A
value