toVStream method

ValueStream<T?> toVStream()

Implementation

ValueStream<T?> toVStream() {
  return HStream(current, after);
}