effect-io-ai

Package: effect
Module: UpstreamPullStrategy

UpstreamPullStrategy.isPullAfterNext

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

Signature

declare const isPullAfterNext: <A>(self: UpstreamPullStrategy<A>) => self is PullAfterNext<A>

Source

Since v2.0.0