com.nicta.scoobi.codegen.GeneratedWireFormats

Case13WireFormat

class Case13WireFormat[T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13] extends WireFormat[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Case13WireFormat
  2. WireFormat
  3. WireReaderWriter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Case13WireFormat(apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)])(implicit arg0: WireFormat[A1], arg1: WireFormat[A2], arg2: WireFormat[A3], arg3: WireFormat[A4], arg4: WireFormat[A5], arg5: WireFormat[A6], arg6: WireFormat[A7], arg7: WireFormat[A8], arg8: WireFormat[A9], arg9: WireFormat[A10], arg10: WireFormat[A11], arg11: WireFormat[A12], arg12: WireFormat[A13])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ***[B](b: WireFormat[B]): WireFormat[(T, B)]

    Produce a wire format on products from this wire format and the given wire format.

    Produce a wire format on products from this wire format and the given wire format. Alias for zip.

    Definition Classes
    WireFormat
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) ⇒ T

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromWire(in: DataInput): T

    Definition Classes
    Case13WireFormatWireFormat
  14. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def read(in: DataInput): T

    Definition Classes
    WireFormatWireReaderWriter
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    Case13WireFormat → AnyRef → Any
  23. def toWire(obj: T, out: DataOutput): Unit

    Definition Classes
    Case13WireFormatWireFormat
  24. val unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)]

  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def write(x: Any, out: DataOutput): Unit

    Definition Classes
    WireFormatWireReaderWriter
  29. def xmap[B](f: (T) ⇒ B, g: (B) ⇒ T): WireFormat[B]

    Map a pair of functions on this exponential functor to produce a new wire format.

    Map a pair of functions on this exponential functor to produce a new wire format.

    Definition Classes
    WireFormat
  30. def zip[B](b: WireFormat[B]): WireFormat[(T, B)]

    Produce a wire format on products from this wire format and the given wire format.

    Produce a wire format on products from this wire format and the given wire format. Alias for ***.

    Definition Classes
    WireFormat

Inherited from WireFormat[T]

Inherited from WireReaderWriter

Inherited from AnyRef

Inherited from Any

Ungrouped