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