public class GenericDocumentLibrary
Provides an ability to convert the class GenericDocument object to a strongly typed successor
of the class GenericDocumentWrapper class.
public static GenericDocumentLibrary INSTANCE
Provides an ability to convert the class GenericDocument object to a strongly typed successor
of the class GenericDocumentWrapper class.
@NotNull public GenericDocumentWrapper wrap(@NotNull GenericDocument $receiver)
An extension function for class GenericDocument class
class GenericDocumentWrapperclass GenericDocument@NotNull public GenericDocumentWrapper wrapperFromGenericDocument(@NotNull GenericDocument genericDocument)
Converts the given generic document to a strongly typed wrapper
genericDocument - document to covnertclass GenericDocumentWrapper