Flows

it.unibo.distributedfrp.core.Semantics.Flows$
object Flows

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flows.type

Members list

Concise view

Value members

Concrete methods

def constant[A](a: Context ?=> A): Flow[A]
def fromCell[A](cell: Context ?=> Cell[A]): Flow[A]
def of[A](f: Context ?=> Path => Cell[ExportTree[A]]): Flow[A]