コード例 #1
0
 public SimpleFuture<T> reset() {
   super.reset();
   this.result = null;
   this.exception = null;
   this.waiter = null;
   this.callback = null;
   return this;
 }
コード例 #2
0
 public SimpleFuture<T> setParent(Cancellable paramCancellable) {
   super.setParent(paramCancellable);
   return this;
 }