FillBackwardExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
fillBackward(
) → Iterable< T> - Returns this iterable with all null values replaced with the next non-null element following it. [...]