bolts.traits.functions

Traits that can query information about functions

Members

Templates

isBinaryOver
template isBinaryOver(T...)

Returns true if the first argument is a binary function over the next one OR two parameter arguments

isFunctionOver
template isFunctionOver(T...)

Returns true if the passed in function is an n-ary function over the next n parameter arguments

isUnaryOver
template isUnaryOver(T...)

Returns true if the first argument is a unary function over the next parameter argument

Meta