| Modifier and Type | Method and Description |
|---|---|
static <T extends Copyable> |
copy(T copyable)
Returns either
null if the passed instance is null, otherwise returns the instance created by
the call to Copyable.copy(). |
public static <T extends Copyable> T copy(T copyable)
null if the passed instance is null, otherwise returns the instance created by
the call to Copyable.copy().T - The type of the Copyable instance.copyable - the instance whose Copyable.copy() method shall be called to create the copy.Copyable.copy() method from the passed instance.Copyright © 2022 MicroStream Software. All rights reserved.