Trait

com.spotify.scio.coders

ScalaCoders

Related Doc: package coders

Permalink

trait ScalaCoders extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaCoders
  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 arrayBufferCoder[T](implicit arg0: Coder[T]): Coder[ArrayBuffer[T]]

    Permalink
  5. implicit def arrayByteCoder: Coder[Array[Byte]]

    Permalink
  6. implicit def arrayCoder[T](implicit arg0: Coder[T], arg1: ClassTag[T]): Coder[Array[T]]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def bigDecimalCoder: Coder[BigDecimal]

    Permalink
  9. implicit def bigIntCoder: Coder[BigInt]

    Permalink
  10. implicit def bitSetCoder: Coder[BitSet]

    Permalink
  11. implicit def booleanCoder: Coder[Boolean]

    Permalink
  12. implicit def bufferCoder[T](implicit arg0: Coder[T]): Coder[Buffer[T]]

    Permalink
  13. implicit def byteCoder: Coder[Byte]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit def doubleCoder: Coder[Double]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. implicit def floatCoder: Coder[Float]

    Permalink
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit def intCoder: Coder[Int]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit def iterableCoder[T](implicit arg0: Coder[T]): Coder[Iterable[T]]

    Permalink
  25. implicit def listCoder[T](implicit arg0: Coder[T]): Coder[List[T]]

    Permalink
  26. implicit def longCoder: Coder[Long]

    Permalink
  27. implicit def mapCoder[K, V](implicit arg0: Coder[K], arg1: Coder[V]): Coder[Map[K, V]]

    Permalink
  28. implicit def mutableMapCoder[K, V](implicit arg0: Coder[K], arg1: Coder[V]): Coder[Map[K, V]]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. implicit def noneCoder: Coder[None.type]

    Permalink
  31. implicit def nothingCoder: Coder[Nothing]

    Permalink
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. implicit def optionCoder[T, S[_] <: Option[_]](implicit c: Coder[T]): Coder[S[T]]

    Permalink
  35. implicit def seqCoder[T](implicit arg0: Coder[T]): Coder[Seq[T]]

    Permalink
  36. implicit def setCoder[T](implicit arg0: Coder[T]): Coder[Set[T]]

    Permalink
  37. implicit def shortCoder: Coder[Short]

    Permalink
  38. implicit def sortedSetCoder[T](implicit arg0: Coder[T], arg1: Ordering[T]): Coder[SortedSet[T]]

    Permalink
  39. implicit def stringCoder: Coder[String]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. implicit def throwableCoder[T <: Throwable](implicit arg0: ClassTag[T]): Coder[T]

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. implicit def traversableOnceCoder[T](implicit arg0: Coder[T]): Coder[TraversableOnce[T]]

    Permalink
  44. implicit def unitCoder: Coder[Unit]

    Permalink
  45. implicit def vectorCoder[T](implicit arg0: Coder[T]): Coder[Vector[T]]

    Permalink
  46. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped