Finds the value with the minimum selected key.
Declared in <folly/gen/Base.h>
template<
class Selector = Identity,
class Min = /* implementation-defined */>
Min
minBy(Selector selector = Selector());
A sink yielding the value with the smallest selected key.
| Name | Description |
|---|---|
| selector | The projection used to compare values. |