Skip to content

LanguageState.apply method

LanguageState › apply

Unofficial

Apply a transaction to produce an updated language state.

Signature:

apply(tr: Transaction): LanguageState

Parameters:

Parameter Type Description
tr Transaction The transaction to apply.

Returns: LanguageStateThe updated language state.