clone If Needed
abstract override fun cloneIfNeeded(destination: Node<T>?, reaction: Reaction<T>?): ChangeTargetOnCollision<T, P>
Return
A copy of the strategy if the strategy is stateful, and this object otherwise. The default implementation assumes a stateless strategy.