MCPcopy
hub / github.com/Effect-TS/effect / combineAll

Function combineAll

packages/effect/src/Order.ts:123–123  ·  view source on GitHub ↗
(collection: Iterable<Order<A>>)

Source from the content-addressed store, hash-verified

121 * @since 2.0.0
122 */
123export const combineAll = <A>(collection: Iterable<Order<A>>): Order<A> => combineMany(empty(), collection)
124
125/**
126 * @category mapping

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected