change method

  1. @protected
void change(
  1. RxStatus<T> status
)

Implementation

@protected
void change(RxStatus<T> status) {
  if (status != this.status) {
    this.status = status;
  }
}