Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Cursor<T>

Type parameters

  • T

Hierarchy

  • Cursor

Implements

Index

Methods

delete

  • delete(): void

Abstract hasNext

  • hasNext(): boolean

Abstract hasPrevious

  • hasPrevious(): boolean

Abstract head

  • head(): T

Abstract isEmpty

  • isEmpty(): boolean

Abstract next

  • next(): object

Abstract nextIndex

  • nextIndex(): number

Abstract previous

  • previous(): object

Abstract previousIndex

  • previousIndex(): number

set

  • set(newValue: T): void

Abstract skip

  • skip(count: number): void

Abstract step

  • step(): void

Static array

  • array<T>(array: ReadonlyArray<T>, index?: number, limit?: number): Cursor<T>

Static empty

Static unary

  • unary<T>(value: T): Cursor<T>