Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "transduce"

Index

Functions

Const $transduce

  • $transduce(tfn: FnAny<any>, rfn: FnAny<any>, args: any[]): any

transduce

transduceRight

  • transduceRight<A, B, C>(tx: TxLike<A, B>, rfn: Reducer<C, B>): Transducer<ArrayLike<A>, C>
  • transduceRight<A, B, C>(tx: TxLike<A, B>, rfn: Reducer<C, B>, xs: ArrayLike<A>): C
  • transduceRight<A, B, C>(tx: TxLike<A, B>, rfn: Reducer<C, B>, acc: C, xs: ArrayLike<A>): C

Generated using TypeDoc