fx-clj.core.convert
convert-arg
multimethod
Converts arguments sent to the pset! function and other functions which take similar arguments. Implementing methods take three parameters: the requested type, the value to be converted, and an optional options map. Methods dispatch on a vector of two Java Class instances: the requested type to be converted to and the type to convert from.