377378379380381382383
* @param target */ @Deprecated //public static CopyFunction copyTo(Card target) { private static CopyFunction copyTo(Card target) { return new CopyFunction(target); }