Trait

net.liftweb.json.scalaz

Lifting

Related Doc: package scalaz

Permalink

trait Lifting extends AnyRef

Self Type
Lifting with Types
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lifting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def Func2ToJSON[A, B, R](z: (A, B) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  5. implicit def Func3ToJSON[A, B, C, R](z: (A, B, C) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  6. implicit def Func4ToJSON[A, B, C, D, R](z: (A, B, C, D) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C], arg3: (Lifting.this)#JSONR[D]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C],d: net.liftweb.json.JValue => Lifting.this.Result[D]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  7. implicit def Func5ToJSON[A, B, C, D, E, R](z: (A, B, C, D, E) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C], arg3: (Lifting.this)#JSONR[D], arg4: (Lifting.this)#JSONR[E]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C],d: net.liftweb.json.JValue => Lifting.this.Result[D],e: net.liftweb.json.JValue => Lifting.this.Result[E]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  8. implicit def Func6ToJSON[A, B, C, D, E, F, R](z: (A, B, C, D, E, F) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C], arg3: (Lifting.this)#JSONR[D], arg4: (Lifting.this)#JSONR[E], arg5: (Lifting.this)#JSONR[F]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C],d: net.liftweb.json.JValue => Lifting.this.Result[D],e: net.liftweb.json.JValue => Lifting.this.Result[E],f: net.liftweb.json.JValue => Lifting.this.Result[F]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  9. implicit def Func7ToJSON[A, B, C, D, E, F, G, R](z: (A, B, C, D, E, F, G) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C], arg3: (Lifting.this)#JSONR[D], arg4: (Lifting.this)#JSONR[E], arg5: (Lifting.this)#JSONR[F], arg6: (Lifting.this)#JSONR[G]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C],d: net.liftweb.json.JValue => Lifting.this.Result[D],e: net.liftweb.json.JValue => Lifting.this.Result[E],f: net.liftweb.json.JValue => Lifting.this.Result[F],g: net.liftweb.json.JValue => Lifting.this.Result[G]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  10. implicit def Func8ToJSON[A, B, C, D, E, F, G, H, R](z: (A, B, C, D, E, F, G, H) ⇒ R)(implicit arg0: (Lifting.this)#JSONR[A], arg1: (Lifting.this)#JSONR[B], arg2: (Lifting.this)#JSONR[C], arg3: (Lifting.this)#JSONR[D], arg4: (Lifting.this)#JSONR[E], arg5: (Lifting.this)#JSONR[F], arg6: (Lifting.this)#JSONR[G], arg7: (Lifting.this)#JSONR[H]): AnyRef { def applyJSON(a: net.liftweb.json.JValue => Lifting.this.Result[A],b: net.liftweb.json.JValue => Lifting.this.Result[B],c: net.liftweb.json.JValue => Lifting.this.Result[C],d: net.liftweb.json.JValue => Lifting.this.Result[D],e: net.liftweb.json.JValue => Lifting.this.Result[E],f: net.liftweb.json.JValue => Lifting.this.Result[F],g: net.liftweb.json.JValue => Lifting.this.Result[G],h: net.liftweb.json.JValue => Lifting.this.Result[H]): net.liftweb.json.JValue => Lifting.this.Result[R] }

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped