asTypedStream<D extends TypedDictionaryObject<Object>> abstract method

  1. @experimental
Stream<D> asTypedStream<D extends TypedDictionaryObject<Object>>()

Returns a stream which consumes this result set and emits its results as typed dictionaries of type D.

A result set can only be consumed once and listening to the returned stream counts as consuming it. Other methods for consuming this result set must not be used when using a stream.

Implementation

@experimental
Stream<D> asTypedStream<D extends TypedDictionaryObject>();