Type Members
-
trait
Error
extends AnyRef
-
trait
JSON
[A]
extends JSONR[A] with JSONW[A]
-
trait
JSONR
[A]
extends AnyRef
-
trait
JSONW
[A]
extends AnyRef
-
case class
NoSuchFieldError
(name: String, json: JValue) extends Error with Product with Serializable
-
type
Result
[A]
= Validation[NonEmptyList[Error], A]
-
case class
UncategorizedError
(key: String, desc: String, args: List[Any]) extends Error with Product with Serializable
-
case class
UnexpectedJSONError
(was: JValue, expected: Class[_ <: net.liftweb.json.package.JValue]) extends Error with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
object
Fail
extends Product with Serializable
-
implicit def
Func2ToJSON
[A, B, R]
(z: (A, B) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func3ToJSON
[A, B, C, R]
(z: (A, B, C) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func4ToJSON
[A, B, C, D, R]
(z: (A, B, C, D) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C],d: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[D]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func5ToJSON
[A, B, C, D, E, R]
(z: (A, B, C, D, E) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C],d: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[D],e: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[E]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func6ToJSON
[A, B, C, D, E, F, R]
(z: (A, B, C, D, E, F) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C],d: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[D],e: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[E],f: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[F]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func7ToJSON
[A, B, C, D, E, F, G, R]
(z: (A, B, C, D, E, F, G) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F], arg6: JSONR[G]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C],d: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[D],e: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[E],f: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[F],g: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[G]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
Func8ToJSON
[A, B, C, D, E, F, G, H, R]
(z: (A, B, C, D, E, F, G, H) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F], arg6: JSONR[G], arg7: JSONR[H]): AnyRef { def applyJSON(a: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[A],b: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[B],c: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[C],d: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[D],e: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[E],f: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[F],g: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[G],h: net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[H]): net.liftweb.json.package.JValue => net.liftweb.json.scalaz.JsonScalaz.Result[R] }
-
implicit def
JValueEqual
: Equal[JValue]
-
implicit def
JValueSemigroup
: Semigroup[JValue]
-
implicit def
JValueShow
[A <: JValue]
: Show[A]
-
implicit def
JValueZero
: Zero[JValue]
-
implicit def
Result2JSONR
[A]
(f: (JValue) ⇒ Result[A]): JSONR[A]
-
implicit def
Tuple2JSON
[A, B]
(implicit arg0: JSON[A], arg1: JSON[B]): JSON[(A, B)]
-
implicit def
Tuple3JSON
[A, B, C]
(implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C]): JSON[(A, B, C)]
-
implicit def
Tuple4JSON
[A, B, C, D]
(implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D]): JSON[(A, B, C, D)]
-
implicit def
Tuple5JSON
[A, B, C, D, E]
(implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D], arg4: JSON[E]): JSON[(A, B, C, D, E)]
-
implicit def
Tuple6JSON
[A, B, C, D, E, F]
(implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D], arg4: JSON[E], arg5: JSON[F]): JSON[(A, B, C, D, E, F)]
-
def
asInstanceOf
[T0]
: T0
-
implicit def
bigintJSON
: JSON[BigInt]
-
implicit def
boolJSON
: JSON[Boolean]
-
def
clone
(): AnyRef
-
implicit def
doubleJSON
: JSON[Double]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
field
[A]
(name: String)(json: JValue)(implicit arg0: JSONR[A]): Result[A]
-
def
finalize
(): Unit
-
def
fromJSON
[A]
(json: JValue)(implicit arg0: JSONR[A]): Result[A]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
implicit def
intJSON
: JSON[Int]
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
jvalueJSON
: JSON[JValue]
-
implicit def
listJSONR
[A]
(implicit arg0: JSONR[A]): JSONR[List[A]]
-
implicit def
listJSONW
[A]
(implicit arg0: JSONW[A]): JSONW[List[A]]
-
implicit def
longJSON
: JSON[Long]
-
def
makeObj
(fields: Traversable[(String, JValue)]): JObject
-
implicit def
mapJSONR
[A]
(implicit arg0: JSONR[A]): JSONR[Map[String, A]]
-
implicit def
mapJSONW
[A]
(implicit arg0: JSONW[A]): JSONW[Map[String, A]]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
optionJSONR
[A]
(implicit arg0: JSONR[A]): JSONR[Option[A]]
-
implicit def
optionJSONW
[A]
(implicit arg0: JSONW[A]): JSONW[Option[A]]
-
implicit def
stringJSON
: JSON[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toJSON
[A]
(value: A)(implicit arg0: JSONW[A]): JValue
-
def
toString
(): String
-
def
validate
[A]
(name: String)(implicit arg0: JSONR[A]): Kleisli[Result, JValue, A]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any