ListInsertAfter<T> extension
Extension adding an ability to insert the element based on some condition to List.
- on
-
- List<
T>
- List<
Methods
-
insertAfter(
T element, bool test(T)) → void -
Available on List<
Inserts theT> , provided by the ListInsertAfter extensionelement
after thetest
condition becomestrue
.