Filters for Sync elements, returning an iterable of the Sync instances.
Iterable<Sync<T>> whereSync() => where((e) => e.isSync()).map((e) => e.sync().unwrap());