(def fn-upper (reify java.util.function.Function (apply [this arg] (. arg toUpperCase)))) (is (= "CLOJURE" ;; Invoke Java method chaining ...
確定! 回上一頁