Class/Object

ml.bundle.Value.Value

ListValue

Related Docs: object ListValue | package Value

Permalink

final case class ListValue(list: Seq[ListValue] = Nil, b: Seq[Boolean] = Nil, s: Seq[String] = Nil, i: Seq[Long] = Nil, f: Seq[Double] = Nil, type: Seq[DataType] = Nil, tensor: Seq[Tensor] = Nil, custom: Seq[ByteString] = Nil, bs: Seq[ByteString] = Nil) extends GeneratedMessage with Message[ListValue] with Updatable[ListValue] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ListValue], Message[ListValue], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListValue
  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 ListValue(list: Seq[ListValue] = Nil, b: Seq[Boolean] = Nil, s: Seq[String] = Nil, i: Seq[Long] = Nil, f: Seq[Double] = Nil, type: Seq[DataType] = Nil, tensor: Seq[Tensor] = Nil, custom: Seq[ByteString] = Nil, bs: Seq[ByteString] = Nil)

    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]): ListValue

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

    Permalink
  6. def addAllCustom(__vs: TraversableOnce[ByteString]): ListValue

    Permalink
  7. def addAllF(__vs: TraversableOnce[Double]): ListValue

    Permalink
  8. def addAllI(__vs: TraversableOnce[Long]): ListValue

    Permalink
  9. def addAllList(__vs: TraversableOnce[ListValue]): ListValue

    Permalink
  10. def addAllS(__vs: TraversableOnce[String]): ListValue

    Permalink
  11. def addAllTensor(__vs: TraversableOnce[Tensor]): ListValue

    Permalink
  12. def addAllType(__vs: TraversableOnce[DataType]): ListValue

    Permalink
  13. def addB(__vs: Boolean*): ListValue

    Permalink
  14. def addBs(__vs: ByteString*): ListValue

    Permalink
  15. def addCustom(__vs: ByteString*): ListValue

    Permalink
  16. def addF(__vs: Double*): ListValue

    Permalink
  17. def addI(__vs: Long*): ListValue

    Permalink
  18. def addList(__vs: ListValue*): ListValue

    Permalink
  19. def addS(__vs: String*): ListValue

    Permalink
  20. def addTensor(__vs: Tensor*): ListValue

    Permalink
  21. def addType(__vs: DataType*): ListValue

    Permalink
  22. final def asInstanceOf[T0]: T0

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

    Permalink
  24. val bs: Seq[ByteString]

    Permalink
  25. def clearB: ListValue

    Permalink
  26. def clearBs: ListValue

    Permalink
  27. def clearCustom: ListValue

    Permalink
  28. def clearF: ListValue

    Permalink
  29. def clearI: ListValue

    Permalink
  30. def clearList: ListValue

    Permalink
  31. def clearS: ListValue

    Permalink
  32. def clearTensor: ListValue

    Permalink
  33. def clearType: ListValue

    Permalink
  34. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ListValue → GeneratedMessage
  36. val custom: Seq[ByteString]

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

    Permalink
    Definition Classes
    AnyRef
  38. val f: Seq[Double]

    Permalink
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  41. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    ListValue → GeneratedMessage
  43. val i: Seq[Long]

    Permalink
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. val list: Seq[ListValue]

    Permalink
  46. def mergeFrom(_input__: CodedInputStream): ListValue

    Permalink
    Definition Classes
    ListValue → Message
  47. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  51. final def serializedSize: Int

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

    Permalink
    Definition Classes
    AnyRef
  53. val tensor: Seq[Tensor]

    Permalink
  54. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  55. def toByteString: ByteString

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

    Permalink
    Definition Classes
    ListValue → AnyRef → Any
  57. val type: Seq[DataType]

    Permalink
  58. def update(ms: (Lens[ListValue, ListValue]) ⇒ Mutation[ListValue]*): ListValue

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

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

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

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

    Permalink
  63. def withBs(__v: Seq[ByteString]): ListValue

    Permalink
  64. def withCustom(__v: Seq[ByteString]): ListValue

    Permalink
  65. def withF(__v: Seq[Double]): ListValue

    Permalink
  66. def withI(__v: Seq[Long]): ListValue

    Permalink
  67. def withList(__v: Seq[ListValue]): ListValue

    Permalink
  68. def withS(__v: Seq[String]): ListValue

    Permalink
  69. def withTensor(__v: Seq[Tensor]): ListValue

    Permalink
  70. def withType(__v: Seq[DataType]): ListValue

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

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

    Permalink
    Definition Classes
    ListValue → GeneratedMessage
  73. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[ListValue]

Inherited from Message[ListValue]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped