WithType

@SerialVersionUID(0L) final case class WithType(types: Seq[Type]) extends NonEmpty with SemanticdbGeneratedMessage
Companion
object
trait NonEmpty
trait Type
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
Type

Value members

Concrete methods

def addTypes(`__vs`: Type*): WithType
override def serializedSize: Int
Definition Classes
def withTypes(`__v`: Seq[Type]): WithType
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Inherited from
Type
Inherited from
Type
final def isDefined: Boolean
Inherited from
Type
final def isEmpty: Boolean
Inherited from
Type
Inherited from
Product
final def toByteArray: Array[Byte]

Serializes the messgae and returns a byte array containing its raw bytes

Serializes the messgae and returns a byte array containing its raw bytes

Inherited from
SemanticdbGeneratedMessage