Iterable<R> expand<R>(Iterable<R> Function(E element) toElements) { return value.expand(toElements); }