Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
c

FormUpdate

class FormUpdate[Owner, Schema, Domain]

A delayed incoming or semantic interaction update applied to the latest form state.

Defined by scalive.FormUpdate. View source (scalive/api/src/scalive/forms/FormUpdate.scala:24-141)

Methods1

applyTo

def applyTo(current: Form[Owner, Schema, Domain]): AppliedFormUpdate[Owner, Schema, Domain]

Applies this update to current, checking its definition identity at the boundary.

Defined by scalive.FormUpdate.applyTo. View source (scalive/api/src/scalive/forms/FormUpdate.scala:29-34)