min Of
Returns a DelayStrategy that yields the smallest delay duration for each index when compared among the provided strategies.
Return
A new DelayStrategy representing the smallest delay duration for each index.
Since
1.0.0
Parameters
first
The first DelayStrategy to compare.
others
Vararg of other DelayStrategy instances to compare.