SubarrayPartitionerCurrent Class
An R6Class
generator object
Public fields
subarray
Subarray [optional]
start
integer [optional]
end
integer [optional]
splitMultiRange
character [optional]
Methods
Method toJSON()
Usage
SubarrayPartitionerCurrent$toJSON()
Method fromJSON()
Usage
SubarrayPartitionerCurrent$fromJSON(SubarrayPartitionerCurrentJson)
Method toJSONString()
Usage
SubarrayPartitionerCurrent$toJSONString()
Method fromJSONString()
Usage
SubarrayPartitionerCurrent$fromJSONString(SubarrayPartitionerCurrentJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
SubarrayPartitionerCurrent$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.