effect-io-ai

Package: effect
Module: FiberRefsPatch

FiberRefsPatch.combine

Combines this patch and the specified patch to create a new patch that describes applying the changes from this patch and the specified patch sequentially.

Signature

declare const combine: { (that: FiberRefsPatch): (self: FiberRefsPatch) => FiberRefsPatch; (self: FiberRefsPatch, that: FiberRefsPatch): FiberRefsPatch; }

Source

Since v2.0.0