ml.bundle.Value.Value

ListValue

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

Annotations
@SerialVersionUID( 0L )
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListValue(list: Seq[ListValue] = immutable.this.Nil, b: Seq[Boolean] = immutable.this.Nil, s: Seq[String] = immutable.this.Nil, i: Seq[Long] = immutable.this.Nil, f: Seq[Double] = immutable.this.Nil, type: Seq[DataType] = immutable.this.Nil, tensor: Seq[Tensor] = immutable.this.Nil, custom: Seq[ByteString] = immutable.this.Nil, bs: Seq[ByteString] = immutable.this.Nil)

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 addAllB(__vs: TraversableOnce[Boolean]): ListValue

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

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

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

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

  11. def addAllList(__vs: TraversableOnce[ListValue]): ListValue

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

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

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

  15. def addB(__vs: Boolean*): ListValue

  16. def addBs(__vs: ByteString*): ListValue

  17. def addCustom(__vs: ByteString*): ListValue

  18. def addF(__vs: Double*): ListValue

  19. def addI(__vs: Long*): ListValue

  20. def addList(__vs: ListValue*): ListValue

  21. def addS(__vs: String*): ListValue

  22. def addTensor(__vs: Tensor*): ListValue

  23. def addType(__vs: DataType*): ListValue

  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. val b: Seq[Boolean]

  26. val bs: Seq[ByteString]

  27. def clearB: ListValue

  28. def clearBs: ListValue

  29. def clearCustom: ListValue

  30. def clearF: ListValue

  31. def clearI: ListValue

  32. def clearList: ListValue

  33. def clearS: ListValue

  34. def clearTensor: ListValue

  35. def clearType: ListValue

  36. def clone(): AnyRef

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

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

  39. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. val f: Seq[Double]

  41. def finalize(): Unit

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

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

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

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

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. val list: Seq[ListValue]

  48. def mergeFrom(_input__: CodedInputStream): ListValue

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

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

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

    Definition Classes
    AnyRef
  52. val s: Seq[String]

  53. final def serializedSize: Int

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

    Definition Classes
    AnyRef
  55. val tensor: Seq[Tensor]

  56. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  57. def toByteString: ByteString

    Definition Classes
    GeneratedMessage
  58. def toString(): String

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

  60. def update(ms: (Lens[ListValue, ListValue]) ⇒ (ListValue) ⇒ ListValue*): ListValue

    Definition Classes
    Updatable
  61. final def wait(): Unit

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

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

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

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

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

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

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

  69. def withList(__v: Seq[ListValue]): ListValue

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

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

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

  73. def writeDelimitedTo(output: OutputStream): Unit

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

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

    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