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

# update(_:with:)

## Declaration

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

## See Also

### Transforming

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