MyUtilityExtensionDeepCopyIterable<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
Static Methods
-
addCopyFactory<
E> (DeepCopyFactory< E> factory) → void -
Available on Iterable<
Add a new factory.T> , provided by the MyUtilityExtensionDeepCopyIterable extension -
removeCopyFactory<
E> () → void -
Available on Iterable<
Removes the first factory that matches typeT> , provided by the MyUtilityExtensionDeepCopyIterable extensionE
.