MutableTransformExtension<T> extension
Extension to transform a single MutableCell of type T
into a MutableCell of type U
.
U
must be a subtype of T
- on
-
- MutableCell<
T>
- MutableCell<
Methods
-
transform<
U extends T> () → MutableCell< U>