The nil object is an empty object of class SerialisableObject. It can be used as a placeholder where such an object of this class, or one of its subclasses, is required. It serialises to the empty list.
无对象是一个空的对象类SerialisableObject。它可用于需要这样一个对象,这个类,或者它的一个子类,其中,作为一个占位符。它serialises的空列表。
用法----------Usage----------
nilObject()
is.nilObject(object)
参数----------Arguments----------
参数:object
Any object.
任何对象。
值----------Value----------
nilObject returns the nil object. is.nilObject returns TRUE if its argument is identical to the nil object, or if it is equivalent in the sense of serialising to an identical result.
nilObject返回nil对象。 is.nilObject回报TRUE,如果它的参数是相同的无对象,或者如果它是相当于在这个意义上连载相同的结果。