nonefn
Summary
True if no predicates passed when applied to arguments.
Description
Takes one or more predicates and returns a function
that takes any number of arguments and returns true
if no predicates returned logical true when applied
to these arguments. Returns false
if one did.
Examples
Make sure that both x and y are neither numbers or strings.
1 2 3 4 5 6 7 8 9 10 |
|
Parameters
Name | Type | Description |
---|---|---|
pred | function |
One or more predicates |
Return
function