RecordComputeExtension10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> extension

Extends a record with a method for creating a ComputeCell by applying a function on the argument cells given in the record.

on

Methods

apply<U>(U fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), {dynamic key}) ValueCell<U>

Available on (ValueCell<T1>, ValueCell<T2>, ValueCell<T3>, ValueCell<T4>, ValueCell<T5>, ValueCell<T6>, ValueCell<T7>, ValueCell<T8>, ValueCell<T9>, ValueCell<T10>), provided by the RecordComputeExtension10 extension

Create a ComputeCell with compute function fn with the cells in this as the argument list.
mutableApply<U>(U fn(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), void reverse(U), {dynamic key, bool changesOnly = false}) MutableCell<U>

Available on (ValueCell<T1>, ValueCell<T2>, ValueCell<T3>, ValueCell<T4>, ValueCell<T5>, ValueCell<T6>, ValueCell<T7>, ValueCell<T8>, ValueCell<T9>, ValueCell<T10>), provided by the RecordComputeExtension10 extension

Create a MutableComputeCell with given compute and reverse compute functions, and the cells in this as the argument list.