IdentityTransform

open class IdentityTransform : TransformValue, @unchecked Sendable

Represents the ‘identity’ transformation.

  • Declaration

    Swift

    override open func copyMutable() -> DataValue

    Return Value

    A clone of this value if it (together with all value subcomponents) is possibly mutable, or return self value 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() -> IdentityTransform

    Return Value

    The IdentityTransform item.