ml.bundle.Value.Value

ListValue

final case class ListValue(list: Seq[ListValue] = immutable.this.Nil, s: Seq[String] = immutable.this.Nil, i: Seq[Long] = immutable.this.Nil, f: Seq[Double] = immutable.this.Nil, b: Seq[Boolean] = immutable.this.Nil, type: Seq[DataType] = immutable.this.Nil, tensor: Seq[Tensor] = immutable.this.Nil, custom: 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, s: Seq[String] = immutable.this.Nil, i: Seq[Long] = immutable.this.Nil, f: Seq[Double] = immutable.this.Nil, b: Seq[Boolean] = immutable.this.Nil, type: Seq[DataType] = immutable.this.Nil, tensor: Seq[Tensor] = immutable.this.Nil, custom: 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 addAllCustom(__vs: TraversableOnce[ByteString]): ListValue

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  22. final def asInstanceOf[T0]: T0

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

  24. def clearB: ListValue

  25. def clearCustom: ListValue

  26. def clearF: ListValue

  27. def clearI: ListValue

  28. def clearList: ListValue

  29. def clearS: ListValue

  30. def clearTensor: ListValue

  31. def clearType: ListValue

  32. def clone(): AnyRef

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

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

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

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

  37. def finalize(): Unit

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

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

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

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

  42. final def isInstanceOf[T0]: Boolean

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

  44. def mergeFrom(_input__: CodedInputStream): ListValue

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

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

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

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

  49. final def serializedSize: Int

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

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

  52. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  53. def toString(): String

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

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

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

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

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

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

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

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

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

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

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

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

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

  67. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    ListValue → GeneratedMessage
  69. 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