Uneventful
    Preparing search index...

    Function compose

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F
      • G
      • H
      • I
      • J

      Parameters

      • ...fns: [
            (v: A) => B,
            (v: B) => C,
            (v: C) => D,
            (v: D) => E,
            (v: E) => F,
            (v: F) => G,
            (v: G) => H,
            (v: H) => I,
            (v: I) => J,
        ]

      Returns (a: A) => J

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F
      • G
      • H
      • I

      Parameters

      • ...fns: [
            (v: A) => B,
            (v: B) => C,
            (v: C) => D,
            (v: D) => E,
            (v: E) => F,
            (v: F) => G,
            (v: G) => H,
            (v: H) => I,
        ]

      Returns (a: A) => I

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F
      • G
      • H

      Parameters

      • ...fns: [
            (v: A) => B,
            (v: B) => C,
            (v: C) => D,
            (v: D) => E,
            (v: E) => F,
            (v: F) => G,
            (v: G) => H,
        ]

      Returns (a: A) => H

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F
      • G

      Parameters

      • ...fns: [(v: A) => B, (v: B) => C, (v: C) => D, (v: D) => E, (v: E) => F, (v: F) => G]

      Returns (a: A) => G

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E
      • F

      Parameters

      • ...fns: [(v: A) => B, (v: B) => C, (v: C) => D, (v: D) => E, (v: E) => F]

      Returns (a: A) => F

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D
      • E

      Parameters

      • ...fns: [(v: A) => B, (v: B) => C, (v: C) => D, (v: D) => E]

      Returns (a: A) => E

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C
      • D

      Parameters

      • ...fns: [(v: A) => B, (v: B) => C, (v: C) => D]

      Returns (a: A) => D

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B
      • C

      Parameters

      • ...fns: [(v: A) => B, (v: B) => C]

      Returns (a: A) => C

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A
      • B

      Parameters

      • ...fns: Chain1<A, B>

      Returns (a: A) => B

      A function taking the same type as the first input function, returning the same type as the last input function.

    • Compose a series of single-argument functions/operators in application order. (This is basically a deferred version of pipe().) For example:

      const func = compose(skip(1), take(2), map(x => x*2));
      const stream_4_6 = func(fromIterable([1,2,3,4])); // stream that outputs 4, 6

      As with pipe(), the declared typings only support composing up to 9 functions at once; if you need more you'll need to nest calls to compose() (i.e. passing the result of a compose() as an argument to another compose() call.)

      Type Parameters

      • A

      Returns (a: A) => A

      A function taking the same type as the first input function, returning the same type as the last input function.