stream<T> abstract method

Stream<T> stream<T>(
  1. Pod<T> pod
)

Subscribe to the given pod.

Implementation

Stream<T> stream<T>(Pod<T> pod);