cast<T> method

Column<T> cast<T>()
override

Get a casted Column.

Implementation

Column<T> cast<T>() => Column(super.cast<T>());