Postable

interface Postable<T>

A Postable can handle values being posted to it.

Parameters

T

the type of value that can be posted.

Inheritors

Functions

Link copied to clipboard
abstract fun post(newValue: T)

Updates the value of this Postable