lx property

LxStream<T> get lx

Converts this Stream into a reactive LxStream.

Implementation

LxStream<T> get lx => LxStream<T>(this);