net.liftweb.util.Cell
Aliases
Parameters
Any
subClasses
superClasses
Any
java.lang.Object
net.liftweb.util.Dependent
Js Constructors
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
$init$
()
:
Unit
addDependent
(
dep:
net.liftweb.util.Cell.T
)
:
net.liftweb.util.Cell.T
asInstanceOf
()
:
scala.Any.T0
currentValue
()
:
scala.Tuple2
[
long
net.liftweb.util.Cell.T
]
dependents
()
:
scala.collection.Seq
[
net.liftweb.util.Dependent
]
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
get
()
:
net.liftweb.util.Cell.T
getClass
()
:
java.lang.Class
[
Any
]
hashCode
()
:
int
isInstanceOf
()
:
boolean
lift
(
cell:
net.liftweb.util.Cell
[
net.liftweb.util.Cell.B
]
,
f:
scala.Function2
[
net.liftweb.util.Cell.A
net.liftweb.util.Cell.B
net.liftweb.util.Cell.T
]
)
:
net.liftweb.util.Cell
[
net.liftweb.util.Cell.A
]
lift
(
f:
scala.Function1
[
net.liftweb.util.Cell.A
net.liftweb.util.Cell.T
]
)
:
net.liftweb.util.Cell
[
net.liftweb.util.Cell.A
]
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
notifyDependents
()
:
Unit
predicateChanged
(
which:
net.liftweb.util.Cell
[
Any
]
)
:
Unit
removeDependent
(
dep:
net.liftweb.util.Cell.T
)
:
net.liftweb.util.Cell.T
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit
youDependOnMe
(
who:
net.liftweb.util.Cell
[
Any
]
)
:
Unit
youDontDependOnMe
(
who:
net.liftweb.util.Cell
[
Any
]
)
:
Unit