RejectAlways[A: Any #share]
A reject that always raises an error.
class iso RejectAlways[A: Any #share]
Constructors
create
new iso create() : RejectAlways[A] iso^
Returns
- RejectAlways[A] iso^
Public Functions
apply
fun ref apply() : A ?
Returns
- A ?
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/promises-RejectAlways