mdb-update-msg? ( object -- ? )


Vocabulary
mongodb.msg

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the mdb-update-msg class.

Definition
USING: classes.tuple.private ;

IN: mongodb.msg

: mdb-update-msg? ( object -- ? )
\ mdb-update-msg 9 tuple-instance? ;