What does the -> mean here:
->
(interactive (list (-> (dap--completing-read "Select configuration template: " (-mapcat #'funcall dap-launch-configuration-providers) 'cl-first nil t))))
It's the name of a Lisp macro provided by library dash.el. Checkout C-h f.
dash.el
C-h f