Package: effect
Module: Duration
Combiner that returns the maximum Duration.
When to use
Use to keep the longest Duration when an API consumes a Combiner.
See
CombinerMin for keeping the shortest Durationmax for comparing two Duration values directlySignature
declare const CombinerMax: Combiner.Combiner<Duration>
Since v4.0.0