M
Direct Implemented:
interface M<T>{
protected just<T,U>(f: MF<T, U>, v: T): Pr<U>;
protected fail(e: Error | string): Error;
}
Method Summary
| Protected Methods | ||
| protected |
Execute on error occur. |
|
| protected |
Extracts value from monad. |
|