reject-map-as ( ... seq filter-quot: ( ... elt -- ... ? ) map-quot: ( obj -- obj' ) exemplar -- ... newseq )


Vocabulary
sequences.extras

Inputs
seqan object
filter-quota quotation with stack effect ( ... elt -- ... ? )
map-quota quotation with stack effect ( obj -- obj' )
exemplaran object


Outputs
newseqan object


Definition


: reject-map-as
( ... seq filter-quot: ( ... elt -- ... ? ) map-quot: ( obj -- obj' ) exemplar -- ... newseq )
[ [ not ] compose ] 2dip filter-map-as ; inline