Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OptClass<T>

Represents an IDL Option

param t

Type Parameters

  • T

Hierarchy

Index

Constructors

Properties

_type: Type<T>

Accessors

  • get name(): string

Methods

  • _buildTypeTableImpl(typeTable: TypeTable): void
  • accept<D, R>(v: Visitor<D, R>, d: D): R
  • buildTypeTable(typeTable: TypeTable): void
  • covariant(x: any): x is [] | [T]
  • display(): string
  • encodeType(typeTable: TypeTable): ArrayBuffer
  • encodeValue(x: [] | [T]): ArrayBuffer
  • valueToString(x: [] | [T]): string

Generated using TypeDoc