Observable which when subscribed,
will execute the command with input and forwards the results.ICommand.apply(Object) with null.Observable which when subscribed,
will execute the command with input and forwards the results.Observable to the receiver, updating the receiver's value to the latest
value sent by the observable.
The binding will automatically terminate when the receiver is finalized,
or when the observable completes.source to the receiver.IViewModel.active() property from the receiver.command executing and errors of command to the receiver.errorsObservable to the receiver.loadingObservable to the receiver.IViewModel.title() to the receiver title.valueminimumLength = 1compareResult than objectminimumLength = 1Notification that occur in the receiver.Notification that occur in the receiver.initialValue.IArrayViewController.onDataSetChanged()
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.pageIViewController.presentError(IViewModelException)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.IFetchedArrayViewController.presentFetchingNextPage(boolean)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.IViewController.presentLoading(boolean)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.IFetchedArrayViewController.presentRefreshing(boolean)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.property.initialValue, then each value
sent by observable.IArrayViewController.setLocalizedEmptyMessage(CharSequence)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.IViewController.setTitle(CharSequence)
Note: The created action keeps a strong reference to viewController,
so when this is used with Observable, unsubscribe
to free this reference.