transformStream method

T transformStream(
  1. Stream<S> input
)

Implementation

T transformStream(Stream<S> input) => converter(input);