---
title: "update(_:with:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatabletemporalestimator/update(_:with:)"
---

# update(_:with:)

## Declaration

```swift
func update<InputSequence>(_ transformer: inout Self.Transformer, with input: InputSequence) async throws where InputSequence : Sequence, InputSequence.Element : TemporalSequence, Self.Transformer.Input == InputSequence.Element.Feature
```

## See Also

### Transforming

- [makeTransformer()](createmlcomponents/updatabletemporalestimator/maketransformer().md)
- [update(_:with:eventHandler:)](createmlcomponents/updatabletemporalestimator/update(_:with:eventhandler:).md)
