Module bolts.traits.functions

Traits that can query information about functions

Manifest constants

NameTypeDescription
isBinaryOver Returns true if the first argument is a binary function over the next one OR two parameter arguments
isFunctionOver Returns true if the passed in function is an n-ary function over the next n parameter arguments
isUnaryOver Returns true if the first argument is a unary function over the next parameter argument