AwaitKit
AwaitKit copied to clipboard
Optional value - Elvis Operator
Hi,
How could I pass an instruction which uses Elvis Operator? Example:
try await(myObject?.myPromiseMethod())
Thanks.
For the moment there is no way to do that except that unwrap the optional before to call the method.