ml.bundle.Shape

Shape

final case class Shape(inputs: Seq[Socket] = immutable.this.Nil, outputs: Seq[Socket] = immutable.this.Nil) extends GeneratedMessage with Message[Shape] with Updatable[Shape] with Product with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[Shape], Message[Shape], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Shape
  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 Shape(inputs: Seq[Socket] = immutable.this.Nil, outputs: Seq[Socket] = 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 addAllInputs(__vs: TraversableOnce[Socket]): Shape

  7. def addAllOutputs(__vs: TraversableOnce[Socket]): Shape

  8. def addInputs(__vs: Socket*): Shape

  9. def addOutputs(__vs: Socket*): Shape

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clearInputs: Shape

  12. def clearOutputs: Shape

  13. def clone(): AnyRef

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

    Definition Classes
    Shape → GeneratedMessage
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

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

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

    Definition Classes
    Shape → GeneratedMessage
  20. val inputs: Seq[Socket]

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def mergeFrom(_input__: CodedInputStream): Shape

    Definition Classes
    Shape → Message
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. val outputs: Seq[Socket]

  27. final def serializedSize: Int

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

    Definition Classes
    AnyRef
  29. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  30. def toString(): String

    Definition Classes
    Shape → AnyRef → Any
  31. def update(ms: (Lens[Shape, Shape]) ⇒ (Shape) ⇒ Shape*): Shape

    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( ... )
  35. def withInputs(__v: Seq[Socket]): Shape

  36. def withOutputs(__v: Seq[Socket]): Shape

  37. def writeDelimitedTo(output: OutputStream): Unit

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

    Definition Classes
    Shape → GeneratedMessage
  39. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[Shape]

Inherited from Message[Shape]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped