given_Liftable_Cell

it.unibo.distributedfrp.frp.FrpExtensions$.given_Liftable_Cell$
object given_Liftable_Cell extends Liftable[[A <: <FromJavaObject>] =>> Cell[A]]

Attributes

Graph
Supertypes
trait Liftable[[A <: <FromJavaObject>] =>> Cell[A]]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def lift[A, B](a: Cell[A])(f: A => B): Cell[B]
override def lift[A, B, C](a: Cell[A], b: Cell[B])(f: (A, B) => C): Cell[C]

Attributes

Definition Classes
override def lift[A, B, C, D](a: Cell[A], b: Cell[B], c: Cell[C])(f: (A, B, C) => D): Cell[D]

Attributes

Definition Classes