IterExt<T> extension

on

Methods

all({T? other}) bool

Available on Iterable<T>, provided by the IterExt extension

enumerate<R>(FunctionIndexedFactory<T, R> functionFactory) List<R>

Available on Iterable<T>, provided by the IterExt extension

satisify(Predicate<T> predicate) bool

Available on Iterable<T>, provided by the IterExt extension