Г
Size: a a a
D
Г
Г
D
DL
Г
[x & [arg1 arg2 arg3 ...]] ?
DL
[x & [arg1 arg2 arg3 ...]] ?
(defn opt-map
([xs]
xs)
([f xs]
(map f xs)))
DL
DL
(let [mapper (if f
(partial map f)
identity)]
(mapper xs))
a
DL
Г
(Alert. AlertType/ERROR "error"))
Не работает.VK
Г
Г
VK
Г
Constructor
Alert(Alert.AlertType alertType)
VK
Alert(Alert.AlertType alertType)
иAlert(Alert.AlertType alertType, String contentText, ButtonType... buttons)