NonMutating
interface NonMutating<T, Trigger, Response> : RemoteAttributeBinding.ReadBuilder<T, Trigger, Response, Unit>
A ReadBuilder that does not mutate the object when reading from a RemoteAttribute after being triggered by a Trigger.
Functions
Link copied to clipboard
abstract fun mutate(builder: RemoteAttributeBinding.ReadBuilder.Mutating<T, Trigger, Response>.() -> Unit)
Creates a Mutating that mutates the object when reading from a RemoteAttribute after being triggered by a Trigger.
Link copied to clipboard
Sets up a Transformation when failing to read from a RemoteAttribute.
Link copied to clipboard
Sets up a Transformation when a Response is read from a RemoteAttribute.