Package: effect Module: TPubSub
effect
TPubSub
Returns true if the TPubSub contains zero elements, false otherwise.
true
false
Signature
declare const isEmpty: <A>(self: TPubSub<A>) => STM.STM<boolean>
Source
Since v2.0.0