@szilanor/stream
    Preparing search index...

      @szilanor/stream

      Classes

      AsyncStream
      Stream

      Type Aliases

      AsyncCollectorFunction
      AsyncMapperFunction
      AsyncOperationFunction
      AsyncReduceFunction
      CallbackFunction
      CollectorFunction
      CompareFunction
      EqualsFunction
      MapperFunction
      MaybeAsyncCallbackFunction
      MaybeAsyncPredicateFunction
      MaybeAsyncValue
      OperationFunction
      PredicateFunction
      ReduceFunction
      TypeGuardFunction
      ValueOrFactory

      Variables

      chain
      chainAsync
      every
      everyAsync
      find
      findAsync
      findIndex
      findIndexAsync
      findLast
      findLastAsync
      findLastIndex
      findLastIndexAsync
      findLastOrDefault
      findLastOrDefaultAsync
      findOrDefault
      findOrDefaultAsync
      flatten
      flattenAsync
      group
      groupAsync
      includes
      includesAsync
      length
      lengthAsync
      max
      maxAsync
      min
      minAsync
      pipe
      pipeAsync
      some
      someAsync
      stream
      streamAsync
      streamOf
      toObject
      toObjectAsync

      Functions

      all
      allAsync
      any
      anyAsync
      appendWith
      appendWithAsync
      arrayFilter
      arrayMap
      buffer
      bufferAsync
      compound
      compoundAsync
      concat
      concatAsync
      concatWith
      concatWithAsync
      contains
      containsAsync
      count
      countAsync
      cycle
      defaultIfEmpty
      defaultIfEmptyAsync
      distinct
      distinctAsync
      distinctBy
      distinctByAsync
      distinctUntilChanged
      distinctUntilChangedAsync
      distinctUntilKeyChanged
      distinctUntilKeyChangedAsync
      elementAt
      elementAtAsync
      empty
      endWith
      endWithAsync
      falsy
      falsyAsync
      filter
      filterAsync
      first
      firstAsync
      firstIndex
      firstIndexAsync
      firstOrDefault
      firstOrDefaultAsync
      flat
      flatAsync
      flatMap
      flatMapAsync
      forEach
      forEachAsync
      from
      fromAsync
      groupBy
      groupByAsync
      groupByRecord
      groupByRecordAsync
      isEmpty
      isEmptyAsync
      isFunction
      isIterable
      isNotNull
      isNotNullOrEmpty
      isNotNullOrWhitespace
      join
      joinAsync
      last
      lastAsync
      lastIndex
      lastIndexAsync
      lastOrDefault
      lastOrDefaultAsync
      map
      mapAsync
      maxBy
      maxByAsync
      minBy
      minByAsync
      noop
      noopAsync
      notNullOrEmpty
      notNullOrEmptyAsync
      notNullOrWhitespace
      notNullOrWhitespaceAsync
      of
      ofType
      ofTypeAsync
      pairwise
      pairwiseAsync
      partition
      partitionAsync
      product
      range
      reduce
      reduceAsync
      repeat
      sequenceEquals
      sequenceEqualsAsync
      skip
      skipAsync
      skipWhile
      skipWhileAsync
      startWith
      startWithAsync
      sum
      sumAsync
      take
      takeAsync
      takeWhile
      takeWhileAsync
      tap
      tapAsync
      toArray
      toArrayAsync
      toMap
      toMapAsync
      toRecord
      toRecordAsync
      toSet
      toSetAsync
      truthy
      truthyAsync
      zip
      zipAsync
      zipLongest