frpd.cell.cell

Undocumented in source.

Members

Classes

Cell
class Cell(T)

A cell is the most basic type in FRP. A cell is a changing value (named after the cell in a spreadsheet). Often called a "behavior" in other FRP implementations, the name "cell" was borrowed from Sodium (github.com/SodiumFRP/sodium).

Interfaces

CellListener
interface CellListener

For any object that wants to listen to the changes of a cell.

Meta