Package org.apache.wayang.core.util
Interface Copyable<Self>
- All Known Implementing Classes:
Record
public interface Copyable<Self>
Implementing objects must be able to provide copies of themselves.
-
Method Summary
-
Method Details
-
copy
Self copy()Create a (potentially shallow) copy of this instance.- Returns:
- the copy
-