unwrapAll method

Iterable<T> unwrapAll()

Implementation

Iterable<T> unwrapAll() {
  return whereOk().map((e) => e.value);
}