MapToOneQueryStreamExtensions extension

Transform Query to single value

on

Methods

mapToOne<T>(T rowMapper(JSON row)) Stream<T>
Given a function mapping the current row to T, transform each emitted Query which returns a single row to T.