merge abstract method

T merge(
  1. covariant T? other
)

Merges this object with other, returning a new object of type T.

Implementation

T merge(covariant T? other);