Copyable<T extends Copyable<T»

  
Type🟢 Interface
Packageio.github.mrtesz.teszcore.copyable
GitHubCopyable.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)



Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.