class

Commander::Try(T)

Inherits Reference < Object

Indicates the result of a dispatched call.

Constructors

Instance methods

error
Source
error=(error : Exception | Nil)
Source
has_error?
Source
has_result?
Source
result
Source
result=(result : T | Nil)
Source