All Manuals > LispWorks User Guide and Reference Manual > 44 The MP Package

NextPrevUpTopContentsIndex

mailbox-not-empty-p

Function
Summary

Tests whether a mailbox has contents.

Package

mp

Signature

mailbox-not-empty-p mailbox => bool

Arguments

mailbox

A mailbox

Values

bool

A boolean

Description

The function mailbox-not-empty-p returns nil if the given mailbox is empty and t otherwise.

See also

mailbox-count
mailbox-empty-p
mailbox-send
mailbox-peek
mailbox-read
make-mailbox


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex