t

slinky.readwrite

CoreWriters

trait CoreWriters extends MacroWriters with FallbackWriters

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreWriters
  2. FallbackWriters
  3. MacroWriters
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def arrayWriter[T](implicit writer: Writer[T]): Writer[Array[T]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val booleanWriter: Writer[Boolean]
  7. implicit val byteWriter: Writer[Byte]
  8. implicit val charWriter: Writer[Char]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. implicit def collectionWriter[T, C[_]](implicit writer: Writer[T], ev: <:<[C[T], Iterable[T]]): Writer[C[T]]
  11. implicit macro def deriveWriter[T]: Writer[T]
    Definition Classes
    MacroWriters
  12. implicit val doubleWriter: Writer[Double]
  13. implicit def eitherWriter[A, B](implicit aWriter: Writer[A], bWriter: Writer[B]): Writer[Either[A, B]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def fallback[T]: Writer[T]
    Definition Classes
    FallbackWriters
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. implicit val floatWriter: Writer[Float]
  19. implicit def futureWriter[O](implicit oWriter: Writer[O]): Writer[Future[O]]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. implicit val inclusiveRangeWriter: Writer[Inclusive]
  23. implicit val intWriter: Writer[Int]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. implicit def jsAnyWriter[T <: Any]: Writer[T]
  26. implicit val longWriter: Writer[Long]
  27. implicit def mapWriter[A, B](implicit abWriter: Writer[(A, B)]): Writer[Map[A, B]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. implicit def optionWriter[T](implicit writer: Writer[T]): Writer[Option[T]]
  32. implicit val rangeWriter: Writer[Range]
  33. implicit val shortWriter: Writer[Short]
  34. implicit val stringWriter: Writer[String]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. implicit def undefOrWriter[T](implicit writer: Writer[T]): Writer[UndefOr[T]]
  38. implicit def unionWriter[A, B](implicit arg0: ClassTag[A], arg1: ClassTag[B], aWriter: Writer[A], bWriter: Writer[B]): Writer[|[A, B]]
  39. implicit val unitWriter: Writer[Unit]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from FallbackWriters

Inherited from MacroWriters

Inherited from AnyRef

Inherited from Any

Ungrouped