Find best

library operator
ID: d5890068-9bb3-47e9-958c-247402d8f82d
Finds the best item using a chooser delegate to decide which item is better.

Implementation

The implementation of Find best makes use of the following 2 operators.

1
Takes two items and emits one of them, using a chooser delegate as decider.
1
Reduces the items of a stream pairwise using a reducer delegate.