Packages

trait IncrementalEncoder[A, N <: Nat] extends Encoder[A]

Annotations
@implicitNotFound( ... ) @inductive()
Source
IncrementalEncoder.scala
Linear Supertypes
Encoder[A], Serializable, Serializable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncrementalEncoder
  2. Encoder
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def encode(a: A, output: CodedOutputStream): Unit

    Write the value A in the protobuf OutputStream.

    Write the value A in the protobuf OutputStream.

    Definition Classes
    Encoder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to any2stringadd[IncrementalEncoder[A, N]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IncrementalEncoder[A, N], B)
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to ArrowAssoc[IncrementalEncoder[A, N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def contramap[B](f: (B) ⇒ A): Encoder[B]

    Create a new Encoder by applying a function to a value of type B before writing as an A.

    Create a new Encoder by applying a function to a value of type B before writing as an A.

    Definition Classes
    Encoder
  9. def encodeAsByteBuffer(a: A): ByteBuffer

    Encode the value A and return the result as a ByteBuffer.

    Encode the value A and return the result as a ByteBuffer.

    Definition Classes
    Encoder
  10. def encodeAsBytes(a: A): Array[Byte]

    Encode the value A and return the result in Array[Byte].

    Encode the value A and return the result in Array[Byte].

    Definition Classes
    Encoder
  11. def encodeAsStream(a: A): ByteArrayOutputStream

    Encode the value A into an ByteArrayOutputStream.

    Encode the value A into an ByteArrayOutputStream.

    Definition Classes
    Encoder
  12. def ensuring(cond: (IncrementalEncoder[A, N]) ⇒ Boolean, msg: ⇒ Any): IncrementalEncoder[A, N]
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to Ensuring[IncrementalEncoder[A, N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (IncrementalEncoder[A, N]) ⇒ Boolean): IncrementalEncoder[A, N]
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to Ensuring[IncrementalEncoder[A, N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): IncrementalEncoder[A, N]
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to Ensuring[IncrementalEncoder[A, N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): IncrementalEncoder[A, N]
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to Ensuring[IncrementalEncoder[A, N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to StringFormat[IncrementalEncoder[A, N]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. def [B](y: B): (IncrementalEncoder[A, N], B)
    Implicit
    This member is added by an implicit conversion from IncrementalEncoder[A, N] to ArrowAssoc[IncrementalEncoder[A, N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Encoder[A]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from IncrementalEncoder[A, N] to any2stringadd[IncrementalEncoder[A, N]]

Inherited by implicit conversion StringFormat from IncrementalEncoder[A, N] to StringFormat[IncrementalEncoder[A, N]]

Inherited by implicit conversion Ensuring from IncrementalEncoder[A, N] to Ensuring[IncrementalEncoder[A, N]]

Inherited by implicit conversion ArrowAssoc from IncrementalEncoder[A, N] to ArrowAssoc[IncrementalEncoder[A, N]]

Ungrouped