Lifting

org.json4s.scalaz.Lifting
trait Lifting

Attributes

Source
Lifting.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JsonScalaz
Self type

Members list

Type members

Classlikes

implicit class Func1ToJSON[A, R](z: A => R)(implicit evidence$1: JSONR[A])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func2ToJSON[A, B, R](z: (A, B) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func3ToJSON[A, B, C, R](z: (A, B, C) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func4ToJSON[A, B, C, D, R](z: (A, B, C, D) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C], evidence$4: JSONR[D])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func5ToJSON[A, B, C, D, E, R](z: (A, B, C, D, E) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C], evidence$4: JSONR[D], evidence$5: JSONR[E])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func6ToJSON[A, B, C, D, E, F, R](z: (A, B, C, D, E, F) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C], evidence$4: JSONR[D], evidence$5: JSONR[E], evidence$6: JSONR[F])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func7ToJSON[A, B, C, D, E, F, G, R](z: (A, B, C, D, E, F, G) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C], evidence$4: JSONR[D], evidence$5: JSONR[E], evidence$6: JSONR[F], evidence$7: JSONR[G])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any
implicit class Func8ToJSON[A, B, C, D, E, F, G, H, R](z: (A, B, C, D, E, F, G, H) => R)(implicit evidence$1: JSONR[A], evidence$2: JSONR[B], evidence$3: JSONR[C], evidence$4: JSONR[D], evidence$5: JSONR[E], evidence$6: JSONR[F], evidence$7: JSONR[G], evidence$8: JSONR[H])

Attributes

Source
Lifting.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def Func1ToJSON[A : <none>, R](z: A => R): Func1ToJSON[A, R]

Attributes

Source
Lifting.scala
final implicit def Func2ToJSON[A : <none>, B : <none>, R](z: (A, B) => R): Func2ToJSON[A, B, R]

Attributes

Source
Lifting.scala
final implicit def Func3ToJSON[A : <none>, B : <none>, C : <none>, R](z: (A, B, C) => R): Func3ToJSON[A, B, C, R]

Attributes

Source
Lifting.scala
final implicit def Func4ToJSON[A : <none>, B : <none>, C : <none>, D : <none>, R](z: (A, B, C, D) => R): Func4ToJSON[A, B, C, D, R]

Attributes

Source
Lifting.scala
final implicit def Func5ToJSON[A : <none>, B : <none>, C : <none>, D : <none>, E : <none>, R](z: (A, B, C, D, E) => R): Func5ToJSON[A, B, C, D, E, R]

Attributes

Source
Lifting.scala
final implicit def Func6ToJSON[A : <none>, B : <none>, C : <none>, D : <none>, E : <none>, F : <none>, R](z: (A, B, C, D, E, F) => R): Func6ToJSON[A, B, C, D, E, F, R]

Attributes

Source
Lifting.scala
final implicit def Func7ToJSON[A : <none>, B : <none>, C : <none>, D : <none>, E : <none>, F : <none>, G : <none>, R](z: (A, B, C, D, E, F, G) => R): Func7ToJSON[A, B, C, D, E, F, G, R]

Attributes

Source
Lifting.scala
final implicit def Func8ToJSON[A : <none>, B : <none>, C : <none>, D : <none>, E : <none>, F : <none>, G : <none>, H : <none>, R](z: (A, B, C, D, E, F, G, H) => R): Func8ToJSON[A, B, C, D, E, F, G, H, R]

Attributes

Source
Lifting.scala