effect-io-ai

Package: effect
Module: TPubSub

TPubSub.isEmpty

Returns true if the TPubSub contains zero elements, false otherwise.

Signature

declare const isEmpty: <A>(self: TPubSub<A>) => STM.STM<boolean>

Source

Since v2.0.0