removeObject (object) Object
public
Required. You must implement this method to apply this mixin.
Attempts to remove the passed object from the receiver collection if the object is present in the collection. If the object is not present, this method has no effect.
If the passed object is of a type not supported by the receiver, then this method should raise an exception.
Parameters:
-
object
Object
- The object to remove from the enumerable.
Returns:
-
Object
- the passed object
Please login to continue.