minus

open operator fun minus(other: DelayStrategy): DelayStrategy

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

Return

A new DelayStrategy representing the difference of both strategies.

Since

1.0.0

Parameters

other

Another DelayStrategy to be subtracted.