DataStream<T> constructor

DataStream<T>(
  1. T initialValue
)

Implementation

DataStream(T initialValue) : super(initialValue);