IdentityTransform
open class IdentityTransform : TransformValue, @unchecked Sendable
Represents the ‘identity’ transformation.
-
Declaration
Swift
override open func copyMutable() -> DataValueReturn Value
A clone of this value if it (together with all value subcomponents) is possibly mutable, or return
selfvalue if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query. -
Creates an “identity” transformation.
Declaration
Swift
open class func create() -> IdentityTransformReturn Value
The IdentityTransform item.