PromiseWatcherFulfilledI: InterfaceGuard<{
    onFulfilled: MethodGuard;
}> = ...

A PromiseWatcher interface that has only an onFulfilled handler.