A class and a constructor function to create list trait(let)s.
Arguments
- ...
Arguments that are passed to the initialize method of 'ListClass'
Methods
Inherited methods
Method validator()
A function that checks the validity of an assigned value,
i.e. whether the assigned value is a list
Usage
ListClass$validator(value)
Arguments
value
A value to be assigned as the traitlet value
Method clone()
The objects of this class are cloneable with this method.
Usage
ListClass$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.