com.foursquare.spindle.test.gen.TestStructNoUnknownFieldsTracking

Builder

class Builder[+State] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Builder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def aBinary(vOpt: Option[ByteBuffer]): Builder[State]

  7. def aBinary(v: ByteBuffer): Builder[State]

  8. def aBool(vOpt: Option[Boolean]): Builder[State]

  9. def aBool(v: Boolean): Builder[State]

  10. def aByte(vOpt: Option[Byte]): Builder[State]

  11. def aByte(v: Byte): Builder[State]

  12. def aDouble(vOpt: Option[Double]): Builder[State]

  13. def aDouble(v: Double): Builder[State]

  14. def aList(vOpt: Option[Seq[Int]]): Builder[State]

  15. def aList(v: Seq[Int]): Builder[State]

  16. def aMap(vOpt: Option[Map[String, InnerStructNoUnknownFieldsTracking]]): Builder[State]

  17. def aMap(v: Map[String, InnerStructNoUnknownFieldsTracking]): Builder[State]

  18. def aMyBinary(vOpt: Option[MyBinary]): Builder[State]

  19. def aMyBinary(v: MyBinary): Builder[State]

  20. def aSet(vOpt: Option[Set[String]]): Builder[State]

  21. def aSet(v: Set[String]): Builder[State]

  22. def aString(vOpt: Option[String]): Builder[State]

  23. def aString(v: String): Builder[State]

  24. def aStruct(vOpt: Option[InnerStructNoUnknownFieldsTracking]): Builder[State]

  25. def aStruct(v: InnerStructNoUnknownFieldsTracking): Builder[State]

  26. def aStructList(vOpt: Option[Seq[InnerStructNoUnknownFieldsTracking]]): Builder[State]

  27. def aStructList(v: Seq[InnerStructNoUnknownFieldsTracking]): Builder[State]

  28. def anI16(vOpt: Option[Short]): Builder[State]

  29. def anI16(v: Short): Builder[State]

  30. def anI32(vOpt: Option[Int]): Builder[State]

  31. def anI32(v: Int): Builder[State]

  32. def anI64(vOpt: Option[Long]): Builder[State]

  33. def anI64(v: Long): Builder[State]

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def result(): TestStructNoUnknownFieldsTracking

  46. def resultMutable(): MutableTestStructNoUnknownFieldsTracking

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

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped