net.liftweb.common.Box
Aliases
Parameters
net.liftweb.util.SourceFieldInfo
subClasses
net.liftweb.common.EmptyBox
net.liftweb.common.Failure
net.liftweb.common.ParamFailure
superClasses
Any
java.io.Serializable
java.lang.Object
scala.Equals
scala.Product
scala.Serializable
Js Constructors
new net_liftweb_common_Box
( )
ApplyMethods
Methods
$
(
f:
scala.Function1
[
Unit
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$eq$eq$eq
(
to:
net.liftweb.common.Box.B
)
:
boolean
$hash$hash
()
:
int
$init$
()
:
Unit
$qmark$tilde
(
msg:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
$qmark$tilde$bang
(
msg:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
$tilde$greater
(
errorCode:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
asA
(
m:
scala.reflect.Manifest
[
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
asInstanceOf
()
:
scala.Any.T0
canEqual
(
that:
Any
)
:
boolean
choice
(
f1:
scala.Function1
[
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
net.liftweb.common.Box.A
]
,
alternative:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
collect
(
pf:
scala.PartialFunction
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
collectFirst
(
pf:
scala.PartialFunction
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
compoundFailMsg
(
msg:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
dmap
(
dflt:
Unknown
Nothing
,
f:
scala.Function1
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box.B
elements
()
:
scala.collection.Iterator
[
net.liftweb.common.Box.A
]
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
other:
Any
)
:
boolean
exists
(
func:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
boolean
failMsg
(
msg:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
filter
(
p:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
filterMsg
(
msg:
java.lang.String
,
p:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
filterNot
(
f:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
flatMap
(
f:
scala.Function1
[
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
flatten
(
ev:
scala.Predef$$less$colon$less
[
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
flip
(
flipFn:
scala.Function1
[
net.liftweb.common.Box.B
net.liftweb.common.EmptyBox
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
forall
(
func:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
boolean
foreach
(
f:
scala.Function1
[
net.liftweb.common.Box.A
net.liftweb.common.Box.U
]
)
:
Unit
fullXform
(
v:
net.liftweb.common.Box.T
,
f:
scala.Function1
[
net.liftweb.common.Box.T
scala.Function1
[
net.liftweb.common.Box.A
net.liftweb.common.Box.T
]
]
)
:
net.liftweb.common.Box.T
get
()
:
net.liftweb.common.DoNotCallThisMethod
getClass
()
:
java.lang.Class
[
Any
]
hashCode
()
:
int
isA
(
cls:
java.lang.Class
[
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
isDefined
()
:
boolean
isEmpty
()
:
boolean
isInstanceOf
()
:
boolean
iterator
()
:
scala.collection.Iterator
[
net.liftweb.common.Box.A
]
javaIterator
()
:
java.util.Iterator
[
net.liftweb.common.Box.B
]
map
(
f:
scala.Function1
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
openOr
(
default:
Unknown
Nothing
)
:
net.liftweb.common.Box.B
openOrThrowException
(
justification:
Unknown
Nothing
)
:
net.liftweb.common.Box.A
or
(
alternative:
Unknown
Nothing
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
pass
(
f:
scala.Function1
[
Unit
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
productArity
()
:
int
productElement
(
n:
int
)
:
Any
productIterator
()
:
scala.collection.Iterator
[
Any
]
productPrefix
()
:
java.lang.String
run
(
in:
Unknown
Nothing
,
f:
scala.Function2
[
net.liftweb.common.Box.A
net.liftweb.common.Box.T
net.liftweb.common.Box.T
]
)
:
net.liftweb.common.Box.T
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toLeft
(
right:
Unknown
Nothing
)
:
scala.util.Either
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
toList
()
:
scala.collection.immutable.List
[
net.liftweb.common.Box.A
]
toOption
()
:
scala.Option
[
net.liftweb.common.Box.A
]
toRight
(
left:
Unknown
Nothing
)
:
scala.util.Either
[
net.liftweb.common.Box.A
net.liftweb.common.Box.B
]
toString
()
:
java.lang.String
transform
(
transformFn:
scala.PartialFunction
[
net.liftweb.common.Box
[
net.liftweb.common.Box.A
]
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
]
)
:
net.liftweb.common.Box
[
net.liftweb.common.Box.B
]
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit
withFilter
(
p:
scala.Function1
[
boolean
net.liftweb.common.Box.A
]
)
:
net.liftweb.common.Box$WithFilter