Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new Attr(key: Text, value?: Value, flags?: number): Attr

Accessors

key

length

  • get length(): number

name

  • get name(): string

value

  • get value(): Value

Methods

alias

  • alias(): void

and

appended

bitwiseAnd

bitwiseNot

  • bitwiseNot(): Item

bitwiseOr

bitwiseXor

body

  • body(): Value

booleanValue

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

branch

cast

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

clone

coerce

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

commit

  • commit(): this

compareTo

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

concat

conditional

debug

deleted

display

  • display(output: Output): void

divide

eq

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

hashCode

  • hashCode(): number

head

  • head(): Item

header

  • header(tag: string): Value

headers

  • headers(tag: string): Record | undefined

inverse

  • inverse(): Item

invoke

  • invoke(args: Value): Item

isAliased

  • isAliased(): boolean

isConstant

  • isConstant(): boolean

isDefined

  • isDefined(): boolean

isDistinct

  • isDistinct(): boolean

isMutable

  • isMutable(): boolean

iterator

keyEquals

  • keyEquals(key: unknown): boolean

lambda

  • lambda(template: Value): Value

le

lt

max

  • max(that: Item): Item

min

  • min(that: Item): Item

minus

modulo

ne

negative

  • negative(): Item

not

  • not(): Item

numberValue

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

or

plus

positive

  • positive(): Item

prepended

setValue

  • setValue(newValue: Value): Value

stringValue

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

substitute

tag

  • tag(): string | undefined

tail

target

  • target(): Value

times

toAny

toRecon

  • toRecon(): string

toReconBlock

  • toReconBlock(): string

toString

  • toString(): string

toValue

  • toValue(): Value

typeOrder

  • typeOrder(): number

unflattened

updated

updatedAttr

updatedSlot

updatedValue

  • updatedValue(value: Value): Attr

Static absent

  • absent(): Item

Static empty

  • empty(): Item

Static extant

  • extant(): Item

Static fromAny

Static globalScope

  • globalScope(): Item

Static of