cloneIfNeeded
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): SpeedSelectionStrategy<T, P>(source)
Return
A copy of the strategy if the strategy is stateful, and this object otherwise. The default implementation assumes a stateless strategy.