CommandEvents<TParam, TResult> class

Constructors

CommandEvents.new(RxCommand<TParam, TResult> command)

Properties

canExecute Stream<bool>
latefinal
command RxCommand<TParam, TResult>
final
exceptions Stream
latefinal
executing Stream<bool>
latefinal
hashCode int
The hash code for this object.
no setterinherited
results Stream<CommandResult<TParam, TResult>>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Stream<TResult>
latefinal

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited