read abstract method
OutT
read()
Obtain the latest value emitted by the provider.
This method throws if closed is true.
Implementation
OutT read();
Obtain the latest value emitted by the provider.
This method throws if closed is true.
OutT read();