Packages

final case class NodeShape(inputs: Seq[Socket] = _root_.scala.collection.Seq.empty, outputs: Seq[Socket] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[NodeShape] with Updatable[NodeShape] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[NodeShape], Message[NodeShape], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeShape
  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 NodeShape(inputs: Seq[Socket] = _root_.scala.collection.Seq.empty, outputs: Seq[Socket] = _root_.scala.collection.Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllInputs(__vs: TraversableOnce[Socket]): NodeShape
  5. def addAllOutputs(__vs: TraversableOnce[Socket]): NodeShape
  6. def addInputs(__vs: Socket*): NodeShape
  7. def addOutputs(__vs: Socket*): NodeShape
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearInputs: NodeShape
  10. def clearOutputs: NodeShape
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def companion: NodeShape.type
    Definition Classes
    NodeShape → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    NodeShape → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    NodeShape → GeneratedMessage
  18. val inputs: Seq[Socket]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): NodeShape
    Definition Classes
    NodeShape → Message
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val outputs: Seq[Socket]
  25. final def serializedSize: Int
    Definition Classes
    NodeShape → GeneratedMessage
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    NodeShape → GeneratedMessage
  31. def update(ms: (Lens[NodeShape, NodeShape]) ⇒ Mutation[NodeShape]*): NodeShape
    Definition Classes
    Updatable
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. def withInputs(__v: Seq[Socket]): NodeShape
  36. def withOutputs(__v: Seq[Socket]): NodeShape
  37. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  38. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    NodeShape → GeneratedMessage
  39. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    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[NodeShape]

Inherited from Message[NodeShape]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped