com.foursquare.spindle.test.gen.TestStructCollections

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. 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. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. def listBinary(vOpt: Option[Seq[ByteBuffer]]): Builder[State]

  15. def listBinary(v: Seq[ByteBuffer]): Builder[State]

  16. def listBool(vOpt: Option[Seq[Boolean]]): Builder[State]

  17. def listBool(v: Seq[Boolean]): Builder[State]

  18. def listByte(vOpt: Option[Seq[Byte]]): Builder[State]

  19. def listByte(v: Seq[Byte]): Builder[State]

  20. def listDouble(vOpt: Option[Seq[Double]]): Builder[State]

  21. def listDouble(v: Seq[Double]): Builder[State]

  22. def listI16(vOpt: Option[Seq[Short]]): Builder[State]

  23. def listI16(v: Seq[Short]): Builder[State]

  24. def listI32(vOpt: Option[Seq[Int]]): Builder[State]

  25. def listI32(v: Seq[Int]): Builder[State]

  26. def listI64(vOpt: Option[Seq[Long]]): Builder[State]

  27. def listI64(v: Seq[Long]): Builder[State]

  28. def listString(vOpt: Option[Seq[String]]): Builder[State]

  29. def listString(v: Seq[String]): Builder[State]

  30. def listStruct(vOpt: Option[Seq[InnerStruct]]): Builder[State]

  31. def listStruct(v: Seq[InnerStruct]): Builder[State]

  32. def mapBinary(vOpt: Option[Map[String, ByteBuffer]]): Builder[State]

  33. def mapBinary(v: Map[String, ByteBuffer]): Builder[State]

  34. def mapBool(vOpt: Option[Map[String, Boolean]]): Builder[State]

  35. def mapBool(v: Map[String, Boolean]): Builder[State]

  36. def mapByte(vOpt: Option[Map[String, Byte]]): Builder[State]

  37. def mapByte(v: Map[String, Byte]): Builder[State]

  38. def mapDouble(vOpt: Option[Map[String, Double]]): Builder[State]

  39. def mapDouble(v: Map[String, Double]): Builder[State]

  40. def mapI16(vOpt: Option[Map[String, Short]]): Builder[State]

  41. def mapI16(v: Map[String, Short]): Builder[State]

  42. def mapI32(vOpt: Option[Map[String, Int]]): Builder[State]

  43. def mapI32(v: Map[String, Int]): Builder[State]

  44. def mapI64(vOpt: Option[Map[String, Long]]): Builder[State]

  45. def mapI64(v: Map[String, Long]): Builder[State]

  46. def mapString(vOpt: Option[Map[String, String]]): Builder[State]

  47. def mapString(v: Map[String, String]): Builder[State]

  48. def mapStruct(vOpt: Option[Map[String, InnerStruct]]): Builder[State]

  49. def mapStruct(v: Map[String, InnerStruct]): Builder[State]

  50. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  53. def result(): TestStructCollections

  54. def resultMutable(): MutableTestStructCollections

  55. def setBinary(vOpt: Option[Set[ByteBuffer]]): Builder[State]

  56. def setBinary(v: Set[ByteBuffer]): Builder[State]

  57. def setBool(vOpt: Option[Set[Boolean]]): Builder[State]

  58. def setBool(v: Set[Boolean]): Builder[State]

  59. def setByte(vOpt: Option[Set[Byte]]): Builder[State]

  60. def setByte(v: Set[Byte]): Builder[State]

  61. def setDouble(vOpt: Option[Set[Double]]): Builder[State]

  62. def setDouble(v: Set[Double]): Builder[State]

  63. def setI16(vOpt: Option[Set[Short]]): Builder[State]

  64. def setI16(v: Set[Short]): Builder[State]

  65. def setI32(vOpt: Option[Set[Int]]): Builder[State]

  66. def setI32(v: Set[Int]): Builder[State]

  67. def setI64(vOpt: Option[Set[Long]]): Builder[State]

  68. def setI64(v: Set[Long]): Builder[State]

  69. def setString(vOpt: Option[Set[String]]): Builder[State]

  70. def setString(v: Set[String]): Builder[State]

  71. def setStruct(vOpt: Option[Set[InnerStruct]]): Builder[State]

  72. def setStruct(v: Set[InnerStruct]): Builder[State]

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

    Definition Classes
    AnyRef
  74. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped