FillForwardExtension<T> extension

on

Methods

fillForward() Iterable<T>

Available on Iterable<T?>, provided by the FillForwardExtension extension

Returns this iterable with all null values replaced with the first non-null element preceeding it.