Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Envelope

Hierarchy

Implements

Index

Methods

Abstract body

  • body(): Value
  • body(body: AnyValue): this

Abstract debug

Abstract equals

  • equals(that: unknown): boolean

Abstract hashCode

  • hashCode(): number

Abstract lane

Abstract node

prio

  • prio(): number
  • prio(prio: number): this

rate

  • rate(): number
  • rate(rate: number): this

tag

  • tag(): string

toRecon

  • toRecon(): string

toString

  • toString(): string

Abstract toValue

  • toValue(): Value

Static fromValue

  • fromValue(value: Value): Envelope | undefined

Static parseRecon

  • parseRecon(input: string): Envelope | undefined