Skip to content

LanguageState.apply method

LanguageState › apply

Unofficial

Apply a transaction to produce an updated language state.

Signature:

apply(tr: Transaction): LanguageState

Parameters:

ParameterTypeDescription
trTransactionThe transaction to apply.

Returns: LanguageStateThe updated language state.