LanguageState.apply method
LanguageState › apply
Unofficial
Apply a transaction to produce an updated language state.Signature:
apply(tr: Transaction): LanguageStateParameters:
| Parameter | Type | Description |
|---|---|---|
| tr | Transaction | The transaction to apply. |
Returns: LanguageState — The updated language state.