Copyable<T extends Copyable<T»
| Type | 🟢 Interface |
| Package | io.github.mrtesz.teszcore.copyable |
| GitHub | Copyable.java |
Description
Interface, signalizing, the subclass can be copied with copy()
Methods
copy
T copy();
Copy the executing class
Returns: T — create a copy of the executing class (T)