Table of Contents

Marble diagram

The MinBy operator collects all the specified keys from values in the source sequence and emits a single value representing the value with the smallest key. The single result value is emitted only when the source sequence terminates successfully.

Examples

Use MinBy to return the list of values with the smallest key.

MinBy Example