choose-map

Maps a function over a sequence, then chooses selected elements.  func is applied to corresponding elements of seq and seqs to yield a sequence.  pred is applied to elements of that sequence, and those elements for which pred is true are returned in a new sequence.

Exported from

Modifiers

sealed

Arguments

predAn instance of <function>.
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.