BoolResultReceiver¶
Bridges a CheckResultReceiver to a Promise[BoolOrError], fulfilling the promise with true, false, or a RequestError.
Constructors¶
create¶
Parameters¶
- p: Promise[BoolOrError] tag
Returns¶
- BoolResultReceiver tag^
Public Behaviours¶
success¶
Parameters¶
- value: Bool val