Arc Cross Reference |
orf[procedure] orf fn ...[procedure] andf fn ...Returns a predicate that returns true iff the argument satisfies some of fns (orf) or all of fns (andf). Same as scheme:any-pred and scheme:every-pred. (def orf fns (fn (x) (some [_ x] fns))) (def andf fns (fn (x) (all [_ x] fns))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |