process method
I
process({})
Implementation
I process(
{bool Function(IList<T> list, int index, T item)? test,
required Iterable<T> Function(IList<T> list, int index, T item) apply}) =>
newInstance(iter.process(test: test, convert: apply));