plus

open operator fun plus(other: DelayStrategy): DelayStrategy

Combines this strategy with another by summing their delay durations when get is called for a given index.

Return

A new DelayStrategy representing the sum of both strategies.

Since

1.0.0

Parameters

other

Another DelayStrategy to be added.