Class/Object

ml.bundle

List

Related Docs: object List | package bundle

Permalink

final case class List(b: Seq[Boolean] = _root_.scala.collection.Seq.empty, s: Seq[String] = _root_.scala.collection.Seq.empty, i: Seq[Int] = _root_.scala.collection.Seq.empty, l: Seq[Long] = _root_.scala.collection.Seq.empty, f: Seq[Float] = _root_.scala.collection.Seq.empty, d: Seq[Double] = _root_.scala.collection.Seq.empty, bs: Seq[ByteString] = _root_.scala.collection.Seq.empty, t: Seq[Tensor] = _root_.scala.collection.Seq.empty, bt: Seq[BasicType] = _root_.scala.collection.Seq.empty, ds: Seq[DataShape] = _root_.scala.collection.Seq.empty, m: Seq[Model] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[List] with Updatable[List] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[List], Message[List], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. List
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new List(b: Seq[Boolean] = _root_.scala.collection.Seq.empty, s: Seq[String] = _root_.scala.collection.Seq.empty, i: Seq[Int] = _root_.scala.collection.Seq.empty, l: Seq[Long] = _root_.scala.collection.Seq.empty, f: Seq[Float] = _root_.scala.collection.Seq.empty, d: Seq[Double] = _root_.scala.collection.Seq.empty, bs: Seq[ByteString] = _root_.scala.collection.Seq.empty, t: Seq[Tensor] = _root_.scala.collection.Seq.empty, bt: Seq[BasicType] = _root_.scala.collection.Seq.empty, ds: Seq[DataShape] = _root_.scala.collection.Seq.empty, m: Seq[Model] = _root_.scala.collection.Seq.empty)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllB(__vs: TraversableOnce[Boolean]): List

    Permalink
  5. def addAllBs(__vs: TraversableOnce[ByteString]): List

    Permalink
  6. def addAllBt(__vs: TraversableOnce[BasicType]): List

    Permalink
  7. def addAllD(__vs: TraversableOnce[Double]): List

    Permalink
  8. def addAllDs(__vs: TraversableOnce[DataShape]): List

    Permalink
  9. def addAllF(__vs: TraversableOnce[Float]): List

    Permalink
  10. def addAllI(__vs: TraversableOnce[Int]): List

    Permalink
  11. def addAllL(__vs: TraversableOnce[Long]): List

    Permalink
  12. def addAllM(__vs: TraversableOnce[Model]): List

    Permalink
  13. def addAllS(__vs: TraversableOnce[String]): List

    Permalink
  14. def addAllT(__vs: TraversableOnce[Tensor]): List

    Permalink
  15. def addB(__vs: Boolean*): List

    Permalink
  16. def addBs(__vs: ByteString*): List

    Permalink
  17. def addBt(__vs: BasicType*): List

    Permalink
  18. def addD(__vs: Double*): List

    Permalink
  19. def addDs(__vs: DataShape*): List

    Permalink
  20. def addF(__vs: Float*): List

    Permalink
  21. def addI(__vs: Int*): List

    Permalink
  22. def addL(__vs: Long*): List

    Permalink
  23. def addM(__vs: Model*): List

    Permalink
  24. def addS(__vs: String*): List

    Permalink
  25. def addT(__vs: Tensor*): List

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. val b: Seq[Boolean]

    Permalink
  28. val bs: Seq[ByteString]

    Permalink
  29. val bt: Seq[BasicType]

    Permalink
  30. def clearB: List

    Permalink
  31. def clearBs: List

    Permalink
  32. def clearBt: List

    Permalink
  33. def clearD: List

    Permalink
  34. def clearDs: List

    Permalink
  35. def clearF: List

    Permalink
  36. def clearI: List

    Permalink
  37. def clearL: List

    Permalink
  38. def clearM: List

    Permalink
  39. def clearS: List

    Permalink
  40. def clearT: List

    Permalink
  41. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def companion: List.type

    Permalink
    Definition Classes
    List → GeneratedMessage
  43. val d: Seq[Double]

    Permalink
  44. val ds: Seq[DataShape]

    Permalink
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. val f: Seq[Float]

    Permalink
  47. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    List → GeneratedMessage
  50. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    List → GeneratedMessage
  51. val i: Seq[Int]

    Permalink
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. val l: Seq[Long]

    Permalink
  54. val m: Seq[Model]

    Permalink
  55. def mergeFrom(_input__: CodedInputStream): List

    Permalink
    Definition Classes
    List → Message
  56. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  59. val s: Seq[String]

    Permalink
  60. final def serializedSize: Int

    Permalink
    Definition Classes
    List → GeneratedMessage
  61. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  62. val t: Seq[Tensor]

    Permalink
  63. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  64. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  65. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  66. def toString(): String

    Permalink
    Definition Classes
    List → AnyRef → Any
  67. def update(ms: (Lens[List, List]) ⇒ Mutation[List]*): List

    Permalink
    Definition Classes
    Updatable
  68. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withB(__v: Seq[Boolean]): List

    Permalink
  72. def withBs(__v: Seq[ByteString]): List

    Permalink
  73. def withBt(__v: Seq[BasicType]): List

    Permalink
  74. def withD(__v: Seq[Double]): List

    Permalink
  75. def withDs(__v: Seq[DataShape]): List

    Permalink
  76. def withF(__v: Seq[Float]): List

    Permalink
  77. def withI(__v: Seq[Int]): List

    Permalink
  78. def withL(__v: Seq[Long]): List

    Permalink
  79. def withM(__v: Seq[Model]): List

    Permalink
  80. def withS(__v: Seq[String]): List

    Permalink
  81. def withT(__v: Seq[Tensor]): List

    Permalink
  82. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  83. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    List → GeneratedMessage
  84. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[List]

Inherited from Message[List]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped