times

operator fun Int.times(delayStrategy: DelayStrategy): DelayStrategy

Multiplies an Int with the delay durations of a DelayStrategy.

Receiver

The integer multiplier.

Return

A new DelayStrategy with delay durations multiplied by the receiver Int.

Since

1.0.0

Parameters

delayStrategy

The DelayStrategy to be multiplied.

See also


operator fun Double.times(delayStrategy: DelayStrategy): DelayStrategy

Multiplies a Double with the delay durations of a DelayStrategy.

Receiver

The double multiplier.

Return

A new DelayStrategy with delay durations multiplied by the receiver Double.

Since

1.0.0

Parameters

delayStrategy

The DelayStrategy to be multiplied.

See also