maxOf

fun maxOf(first: DelayStrategy, vararg others: DelayStrategy): DelayStrategy

Returns a DelayStrategy that yields the largest delay duration for each index when compared among the provided strategies.

Return

A new DelayStrategy representing the largest delay duration for each index.

Since

1.0.0

Parameters

first

The first DelayStrategy to compare.

others

Vararg of other DelayStrategy instances to compare.