Contents
Indexes:
Generic Function Compose (3 methods)
(
compose
map1
map2-or-fn
)
Part of:
package fset
Returns a new map with the same domain as
map1
, which maps each member
of that domain to the result of applying first
map1
to it, then applying
map2-or-fn
to the result.
Method Summary
compose
map
wb-map
compose
wb-map
function
compose
wb-map
symbol