T - the type of the copied object@ParametersAreNonnullByDefault @FunctionalInterface public interface Copiable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(T target)
Copies all the contents from this object to the
target. |
void copyTo(T target)
target.target - the object where to store the copied contentCopyright © 2017–2019 Atlanmod. All rights reserved.