Liking cljdoc? Tell your friends :D

sparkplug.function

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.
raw docstring

comparator-fnclj

(comparator-fn f)

Construct a new serializable ComparatorFn function wrapping f.

Construct a new serializable ComparatorFn function wrapping `f`.
raw docstring

flat-map-fnclj

(flat-map-fn f)

Construct a new serializable FlatMapFn1 function wrapping f.

Construct a new serializable FlatMapFn1 function wrapping `f`.
raw docstring

flat-map-fn2clj

(flat-map-fn2 f)

Construct a new serializable FlatMapFn2 function wrapping f.

Construct a new serializable FlatMapFn2 function wrapping `f`.
raw docstring

fn1clj

(fn1 f)

Construct a new serializable Fn1 function wrapping f.

Construct a new serializable Fn1 function wrapping `f`.
raw docstring

fn2clj

(fn2 f)

Construct a new serializable Fn2 function wrapping f.

Construct a new serializable Fn2 function wrapping `f`.
raw docstring

fn3clj

(fn3 f)

Construct a new serializable Fn3 function wrapping f.

Construct a new serializable Fn3 function wrapping `f`.
raw docstring

namespace-referencesclj

(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.
raw docstring

pair-flat-map-fnclj

(pair-flat-map-fn f)

Construct a new serializable PairFlatMapFn function wrapping f.

Construct a new serializable PairFlatMapFn function wrapping `f`.
raw docstring

pair-fnclj

(pair-fn f)

Construct a new serializable PairFn function wrapping f.

Construct a new serializable PairFn function wrapping `f`.
raw docstring

void-fnclj

(void-fn f)

Construct a new serializable VoidFn function wrapping f.

Construct a new serializable VoidFn function wrapping `f`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close