Interface CopyStrategy

  • All Superinterfaces:
    java.io.Serializable

    @Deprecated
    public interface CopyStrategy
    extends java.io.Serializable
    Deprecated.
    Author:
    Alex Snaps
    • Method Detail

      • copy

        <T> T copy​(T value)
        Deprecated.
        Deep copies some object and returns the copy
        Type Parameters:
        T - type
        Parameters:
        value - the value to copy
        Returns:
        the copy