effect-io-ai

Package: effect
Module: UpstreamPullStrategy

UpstreamPullStrategy.isPullAfterAllEnqueued

Returns true if the specified UpstreamPullStrategy is a PullAfterAllEnqueued, false otherwise.

Signature

declare const isPullAfterAllEnqueued: <A>(self: UpstreamPullStrategy<A>) => self is PullAfterAllEnqueued<A>

Source

Since v2.0.0