object LList extends LListFormats

Linear Supertypes
LListFormats, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LList
  2. LListFormats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait LNil0 extends LList
  2. type :*:[A1, A2 <: LList] = LCons[A1, A2]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Switch to the type alias in the sjsonnew root package

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final val :*:: sjsonnew.:*:.type
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val LNil0: LNil0
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def iso[A, R0 <: LList](to0: (A) ⇒ R0, from0: (R0) ⇒ A)(implicit arg0: JsonFormat[R0]): Aux[A, R0]
  15. def isoCurried[A, R0 <: LList](to0: (A) ⇒ R0)(from0: (R0) ⇒ A)(implicit arg0: JsonFormat[R0]): Aux[A, R0]

    Curried iso for type inference.

  16. implicit def lconsFormat[A1, A2 <: LList](implicit arg0: JsonFormat[A1], arg1: ClassTag[A1], arg2: JsonFormat[A2]): JsonFormat[LCons[A1, A2]]
    Definition Classes
    LListFormats
  17. implicit def llistOps[L <: LList](l: L): LListOps[L]
  18. implicit val lnilFormat: JsonFormat[LNil]
    Definition Classes
    LListFormats
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LListFormats

Inherited from AnyRef

Inherited from Any

Ungrouped