This namespace generates function classes for various kinds of interop with Spark and Scala.
This namespace generates function classes for various kinds of interop with Spark and Scala.
(comparator-fn f)
Construct a new serializable ComparatorFn function wrapping f
.
Construct a new serializable ComparatorFn function wrapping `f`.
(flat-map-fn f)
Construct a new serializable FlatMapFn1 function wrapping f
.
Construct a new serializable FlatMapFn1 function wrapping `f`.
(flat-map-fn2 f)
Construct a new serializable FlatMapFn2 function wrapping f
.
Construct a new serializable FlatMapFn2 function wrapping `f`.
(fn1 f)
Construct a new serializable Fn1 function wrapping f
.
Construct a new serializable Fn1 function wrapping `f`.
(fn2 f)
Construct a new serializable Fn2 function wrapping f
.
Construct a new serializable Fn2 function wrapping `f`.
(fn3 f)
Construct a new serializable Fn3 function wrapping f
.
Construct a new serializable Fn3 function wrapping `f`.
(namespace-references obj)
Walk the given function-like object to find all namespaces referenced by closed-over vars. Returns a set of referenced namespace symbols.
Walk the given function-like object to find all namespaces referenced by closed-over vars. Returns a set of referenced namespace symbols.
(pair-flat-map-fn f)
Construct a new serializable PairFlatMapFn function wrapping f
.
Construct a new serializable PairFlatMapFn function wrapping `f`.
(pair-fn f)
Construct a new serializable PairFn function wrapping f
.
Construct a new serializable PairFn function wrapping `f`.
(void-fn f)
Construct a new serializable VoidFn function wrapping f
.
Construct a new serializable VoidFn function wrapping `f`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close