API for generic.functor - clojure-contrib v1.2 (stable)

by Konrad Hinsen

clojure-contrib is now deprecated

clojure-contrib is no longer being developed or maintained.

Rather than a single, monolithic, contributions library, Clojure now has a set of separate libraries for each unit of functionality. The libraries are in the Clojure GitHub organization at https://github.com/clojure. API documentation of the libraries can be found at https://clojure.github.io.

If you're looking for a specific function or namespace from the old clojure-contrib, see "Where Did Clojure.Contrib Go".


Full namespace name: clojure.contrib.generic.functor

Overview

Generic functor interface (fmap)

Public Variables and Functions



fmap

multimethod
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (fmap f s)
Applies function f to each item in the data structure s and returns
a structure of the same kind.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.