iter method

Future<RIterator<T>> iter()

Implementation

Future<RIterator<T>> iter() {
  return then((option) => option.iter());
}