sealed
trait
JsResult[+A] extends AnyRef
Type Members
-
final
class
WithFilter extends AnyRef
Abstract Value Members
-
abstract
def
get: A
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
asEither: Product with Serializable with Either[Seq[(JsPath, Seq[ValidationError])], A]
-
final
def
asInstanceOf[T0]: T0
-
def
asOpt: Option[A]
-
def
clone(): AnyRef
-
def
collect[B](otherwise: ValidationError)(p: PartialFunction[A, B]): JsResult[B]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
def
filter(p: (A) ⇒ Boolean): JsResult[A]
-
def
filterNot(p: (A) ⇒ Boolean): JsResult[A]
-
-
def
finalize(): Unit
-
def
flatMap[X](f: (A) ⇒ JsResult[X]): JsResult[X]
-
def
fold[X](invalid: (Seq[(JsPath, Seq[ValidationError])]) ⇒ X, valid: (A) ⇒ X): X
-
def
foreach(f: (A) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
-
def
getOrElse[AA >: A](t: ⇒ AA): AA
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[X](f: (A) ⇒ X): JsResult[X]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse[AA >: A](t: ⇒ JsResult[AA]): JsResult[AA]
-
def
recover[AA >: A](errManager: PartialFunction[JsError, AA]): JsResult[AA]
-
def
recoverTotal[AA >: A](errManager: (JsError) ⇒ AA): AA
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (A) ⇒ Boolean): WithFilter
Inherited from AnyRef
Inherited from Any