IntConstant

@SerialVersionUID(0L) final case class IntConstant(value: Int) extends NonEmpty with SemanticdbGeneratedMessage
Companion
object
trait NonEmpty
trait Constant
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

Inherited from
Constant

Value members

Concrete methods

override def serializedSize: Int
Definition Classes
def withValue(`__v`: Int): IntConstant
def writeTo(`_output__`: SemanticdbOutputStream): Unit

Inherited methods

Inherited from
Constant
Inherited from
Constant
final def isDefined: Boolean
Inherited from
Constant
final def isEmpty: Boolean
Inherited from
Constant
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