rx ~master (2019-06-16T13:03:22Z)
Home
Dub
Repo
Command
mvvm
common
Undocumented in source.
interface
Command {
void
execute
();
bool
canExecute
();
inout
(
Observable
!
bool
)
canExecuteObservable
();
}
Members
Functions
canExecute
bool
canExecute
()
Undocumented in source.
canExecuteObservable
inout
(
Observable
!
bool
)
canExecuteObservable
()
Undocumented in source.
execute
void
execute
()
Undocumented in source.
Meta
Source
See Implementation
mvvm
common
classes
DelegateCommand
ReactiveProperty
functions
asObservable
bind
bindText
interfaces
Command