mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c4e0a755d4
Since we switch to scala 2.13, ImmArray companion object extends `Factory`. Hence: - the `apply` methods of `ImmArray` override the one from `Factory` - we can use the notation `.to(ImmArray)` to convert an `Iterable` to `ImmArray` This PR drops those `apply` ImmArray. Conversion from Iterable to `ImmArray` should use the `.to(ImmArray)`. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
client | ||
protos | ||
server |