jsonaut
    Preparing search index...

    Class ObjectSequenceProcessor

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    iterable: AsyncIterable<Iterable<[Path, Value], any, any>>

    Methods

    • Parameters

      • n: number

      Returns this

    • Parameters

      • predicate: (item: [Path, Value], index: number) => boolean

      Returns Promise<boolean>

    • Parameters

      • func: (item: [Path, Value], index: number) => boolean

      Returns this

    • Parameters

      • predicate: (item: [Path, Value], index: number) => boolean

      Returns Promise<undefined | [Path, Value]>

    • Parameters

      • func: (item: [Path, Value], index: number) => void

      Returns Promise<void>

    • Type Parameters

      • U

      Parameters

      • func: (acc: U, item: [Path, Value], index: number) => U
      • OptionalinitialValue: U

      Returns Promise<U>

    • Parameters

      • predicate: (item: [Path, Value], index: number) => boolean

      Returns Promise<boolean>

    • Parameters

      • n: number

      Returns this

    • Returns a general purpose batchiterable which is less strict in typing but lacks methods that requires the correct types to be enforced

      Returns GenericBatchIterable<any>