Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Accessors

key

  • get key(): Value

length

  • get length(): number

value

  • get value(): Value

Methods

Abstract alias

  • alias(): void

and

appended

Abstract bitwiseAnd

Abstract bitwiseNot

  • bitwiseNot(): Item

Abstract bitwiseOr

Abstract bitwiseXor

body

  • body(): Value

booleanValue

  • booleanValue(): boolean | undefined
  • booleanValue<T>(orElse: T): boolean | T

Abstract branch

cast

  • cast<T>(form: Form<T, unknown>): T | undefined
  • cast<T, E>(form: Form<T, unknown>, orElse: E): T | E

Abstract clone

coerce

  • coerce<T>(form: Form<T, unknown>): T
  • coerce<T, E>(form: Form<T, unknown>, orElse: E): T | E

Abstract commit

  • commit(): this

Abstract compareTo

  • compareTo(that: Item): 0 | 1 | -1

concat

conditional

Abstract debug

deleted

display

  • display(output: Output): void

Abstract divide

eq

Abstract equals

  • equals(that: unknown): boolean

evaluate

filter

flattened

  • flattened(): Value

forEach

  • forEach<T, S>(callback: function, thisArg?: S): T | undefined
  • Type parameters

    • T

    • S

    Parameters

    • callback: function
        • (this: S, item: Item, index: number): T | void
        • Parameters

          • this: S
          • item: Item
          • index: number

          Returns T | void

    • Optional thisArg: S

    Returns T | undefined

ge

get

getAttr

getField

getItem

  • getItem(index: AnyNum): Item

getSlot

gt

has

Abstract hashCode

  • hashCode(): number

head

  • head(): Item

header

  • header(tag: string): Value

headers

  • headers(tag: string): Record | undefined

Abstract inverse

  • inverse(): Item

invoke

  • invoke(args: Value): Item

Abstract isAliased

  • isAliased(): boolean

Abstract isConstant

  • isConstant(): boolean

isDefined

  • isDefined(): boolean

isDistinct

  • isDistinct(): boolean

Abstract isMutable

  • isMutable(): boolean

iterator

Abstract keyEquals

  • keyEquals(key: unknown): boolean

lambda

  • lambda(template: Value): Value

le

lt

max

  • max(that: Item): Item

min

  • min(that: Item): Item

Abstract minus

Abstract modulo

ne

Abstract negative

  • negative(): Item

Abstract not

  • not(): Item

numberValue

  • numberValue(): number | undefined
  • numberValue<T>(orElse: T): number | T

or

Abstract plus

Abstract positive

  • positive(): Item

prepended

Abstract setValue

stringValue

  • stringValue(): string | undefined
  • stringValue<T>(orElse: T): string | T

substitute

tag

  • tag(): string | undefined

tail

target

  • target(): Value

Abstract times

Abstract toAny

toRecon

  • toRecon(): string

toReconBlock

  • toReconBlock(): string

toString

  • toString(): string

toValue

  • toValue(): Value

Abstract typeOrder

  • typeOrder(): number
  • Returns the heterogeneous sort order of this Item. Used to impose a total order on the set of all items. When comparing two items of different types, the items order according to their typeOrder}.

    Returns number

unflattened

updated

updatedAttr

updatedSlot

Abstract updatedValue

Static absent

  • absent(): Item

Static empty

  • empty(): Item

Static extant

  • extant(): Item

Static fromAny

Static globalScope

  • globalScope(): Item

Static of