FillForwardExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
fillForward(
) → Iterable< T> - Returns this iterable with all null values replaced with the first non-null element preceeding it. [...]