*/ function invade(object $object): Invader { return new Invader($object); } }