execAutoNotify method

  1. @protected
void execAutoNotify()

执行通知副作用函数前判断是否启用了 autoNotify

Implementation

@protected
void execAutoNotify() {
  if (autoNotify) notify();
}