Reject[A: Any #share]¶ [Source] A function on A that is called when a promise is rejected. interface iso Reject[A: Any #share] Public Functions¶ apply¶ [Source] Produces a value or raises an error on rejection. fun ref apply() : A ? Returns¶ A ?