stream abstract method

Stream<T> stream()

Returns a stream of the given type.

Implementation

Stream<T> stream();