getAsOrNull

inline fun <T : Element> Cell<Element?>.getAsOrNull(): T?

Returns the element inside a type-erased cell, casting it to the providen class, or null if it's not an instance of this class or if the cell is empty