lx property

LxStream<T> get lx

Wraps this stream in an LxStream.

Implementation

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