DataStream<T> constructor

DataStream<T>(
  1. T initialValue
)

Implementation

DataStream(T super.initialValue);