Class/Object

ml.bundle.Value.Value

ListValue

Related Docs: object ListValue | package Value

Permalink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  20. final def asInstanceOf[T0]: T0

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

    Permalink
  22. def clearB: ListValue

    Permalink
  23. def clearCustom: ListValue

    Permalink
  24. def clearF: ListValue

    Permalink
  25. def clearI: ListValue

    Permalink
  26. def clearList: ListValue

    Permalink
  27. def clearS: ListValue

    Permalink
  28. def clearTensor: ListValue

    Permalink
  29. def clearType: ListValue

    Permalink
  30. def clone(): AnyRef

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

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

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

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

    Permalink
  35. def finalize(): Unit

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

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

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

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

    Permalink
  40. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  47. final def serializedSize: Int

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

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

    Permalink
  50. def toByteArray: Array[Byte]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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