WaitCellExtension4<T$1, T$2, T$3, T$4> extension

Provides the wait method on a record of cells each holding a Future

on

Properties

asyncState ValueCell<AsyncState<(T$1, T$2, T$3, T$4)>>

Available on (ValueCell<Future<T$1>>, ValueCell<Future<T$2>>, ValueCell<Future<T$3>>, ValueCell<Future<T$4>>), provided by the WaitCellExtension4 extension

A cell that evaluates to the AsyncState of the Future held in this cell.
no setter
awaited ValueCell<(T$1, T$2, T$3, T$4)>

Available on (ValueCell<Future<T$1>>, ValueCell<Future<T$2>>, ValueCell<Future<T$3>>, ValueCell<Future<T$4>>), provided by the WaitCellExtension4 extension

A cell that awaits the Future held in the cells in this.
no setter
isCompleted ValueCell<bool>

Available on (ValueCell<Future<T$1>>, ValueCell<Future<T$2>>, ValueCell<Future<T$3>>, ValueCell<Future<T$4>>), provided by the WaitCellExtension4 extension

A cell that is true when the Futures in the cells in this have completed, false otherwise.
no setter
wait ValueCell<(T$1, T$2, T$3, T$4)>

Available on (ValueCell<Future<T$1>>, ValueCell<Future<T$2>>, ValueCell<Future<T$3>>, ValueCell<Future<T$4>>), provided by the WaitCellExtension4 extension

Return a cell that awaits the Future held in the cells in this.
no setter
waitLast ValueCell<(T$1, T$2, T$3, T$4)>

Available on (ValueCell<Future<T$1>>, ValueCell<Future<T$2>>, ValueCell<Future<T$3>>, ValueCell<Future<T$4>>), provided by the WaitCellExtension4 extension

A cell that awaits the Future held in the cells in this.
no setter