MapToListQueryStreamExtensions extension

Transform Query to list of values. Stream<Query> to Stream<List<T>>.

on

Methods

mapToList<T>(T rowMapper(JSON row)) Stream<List<T>>
Given a function mapping the current row to T, transform each emitted Query to a List<T>.