$Stream.wrap constructor

$Stream.wrap(
  1. Stream $value
)

Wrap a Stream in a $Stream

Implementation

$Stream.wrap(this.$value);