Returns a new lazy Iterable with all elements that satisfy the predicate function.
function
Iterable<T> where(bool Function(T) function) => value.where(function);