An R6Class
generator object
Methods
Method fromJSON()
Usage
NonEmptyDomain$fromJSON(NonEmptyDomainJson)
Method toJSONString()
Usage
NonEmptyDomain$toJSONString()
Method fromJSONString()
Usage
NonEmptyDomain$fromJSONString(NonEmptyDomainJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
NonEmptyDomain$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.