net.liftweb.util.FuncCell2

class FuncCell2

case final class FuncCell2[A, B, Z](val a : Cell[A], val b : Cell[B], val f : (A, B) => Z)

 extends Cell[Z] with Product




Companion: FuncCell2

Source: Wiring.scala(172)

 Constructors

def this(a : Cell[A], b : Cell[B], f : (A, B) => Z)

 Fields

get.. def get
Get the cell's value
T Cell
productArity.. override def productArity Int
productPrefix.. override def productPrefix String

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
currentValue.. def currentValue
The cell's value and most recent change time
(Z, Long)
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(arg0 : Any) Boolean
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
hashCode.. override def hashCode Int
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
lift.. def lift[A](f : (T) => A)
Create a new Cell by applying the function to this cell
Cell[A] Cell
lift.. def lift[A, B](cell : Cell[B])(f : (T, B) => A) Cell[A] Cell
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
productElement.. override def productElement(arg0 : Int) Any
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.