times

open operator fun times(factor: Int): DelayStrategy

Multiplies the delay duration of this strategy by the given integer factor when get is called for a given index.

Return

A new DelayStrategy representing the multiplied delay.

Since

1.0.0

Parameters

factor

The multiplier factor.


open operator fun times(factor: Double): DelayStrategy

Multiplies the delay duration of this strategy by the given double factor when get is called for a given index.

Return

A new DelayStrategy representing the multiplied delay.

Since

1.0.0

Parameters

factor

The multiplier factor.