-
The list of transform items to be applied for the property paths.
Declaration
Swift
final public var transformValues: TransformValueList?
-
Adds new aggregate items to the GroupTransform.
Declaration
Swift
open func aggregate(_ items: AggregateValue...) -> GroupTransform
Return Value
The group transform.
-
Creates a GroupTransform item with the given properties.
Declaration
Swift
open class func groupBy(_ items: PropertyPath...) -> GroupTransform
Return Value
The created item.
-
The list of property paths for the group transform item.
Declaration
Swift
open var groupingPaths: PropertyPathList
-
Adds new transform items to the GroupTransform.
Declaration
Swift
open func transform(_ items: TransformValue...) -> GroupTransform
Return Value
The group transform.