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

Methods

transform<U extends T>() MutableCell<U>