ValueStream<T>.empty constructor

ValueStream<T>.empty()

Implementation

factory ValueStream.empty() {
  return HStream<T>.static(null);
}