EdgesUnaryFunction

Boilerplate which avoids having to use generics. An ObservableEdges which is calculated from 1 (unary) other ObservableValue.

See UnaryFunction (PropertyFunctions).

Constructors

Link copied to clipboard
constructor(argA: OA, lambda: (A) -> Edges)