return [ function($item) {
          if ($this.includes($item).__bool__()) {
            $res = $true;
            _.break();
          }