concatenate-map

Concatenates sequences then maps a function over the resulting sequence.  The order of function applications is unspecified.

Exported from

Modifiers

sealed

Arguments

funcAn instance of <function>.
seqAn instance of <sequence>.
#rest seqsInstances of <sequence>.

Values

new-sequenceInstances of <sequence>.
Sequence-Utilities, written by Matthias Hölzl, provides common or oft-used operations performed on <sequence>s.
The class of objects that can be applied to arguments.
The class of collections whose keys are consecutive integers starting from zero.