RichBlockTableCellPatterns extension
Adds pattern-matching-related methods to RichBlockTableCell.
Methods
-
map<
TResult extends Object?> (TResult $default(_RichBlockTableCell value)) → TResult -
Available on RichBlockTableCell, provided by the RichBlockTableCellPatterns extension
Aswitch-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_RichBlockTableCell value)?) → TResult? -
Available on RichBlockTableCell, provided by the RichBlockTableCellPatterns extension
A variant ofmapthat fallback to returningnull. -
maybeMap<
TResult extends Object?> (TResult $default(_RichBlockTableCell value)?, {required TResult orElse()}) → TResult -
Available on RichBlockTableCell, provided by the RichBlockTableCellPatterns extension
A variant ofmapthat fallback to returningorElse.