UnitReadBuilder

Builder for setting up binding to an object T so that it may be changed when reading from a RemoteAttribute after being triggered by a Unit.

Inheritors

Types

Link copied to clipboard

A ReadBuilder that mutates the object when reading from a RemoteAttribute after being triggered by a Unit.

Link copied to clipboard

A ReadBuilder that does not mutate the object when reading from a RemoteAttribute after being triggered by a Unit.

Functions

Link copied to clipboard

Sets up a Transformation when failing to read from a RemoteAttribute.

Link copied to clipboard
fun onRead(action: T.(Response) -> Transformation)

Sets up a Transformation when a Response is read from a RemoteAttribute.