com.nicta.scoobi.codegen.GeneratedWireFormats

Case14WireFormat

Related Doc: package GeneratedWireFormats

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Case14WireFormat
  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 Case14WireFormat(apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)])(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], arg13: WireFormat[A14])

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. 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
  4. final def ==(arg0: Any): Boolean

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

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromWire(in: DataInput): T

    Definition Classes
    Case14WireFormatWireFormat
  12. final def getClass(): Class[_]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  20. def toString(): String

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

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

  23. final def wait(): Unit

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

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

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

    Definition Classes
    WireFormatWireReaderWriter
  27. 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
  28. 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