A predicate function
A function to invoke when the condition evaluates to a truthy value.
A function to invoke when the condition evaluates to a falsy value.
A new unary function that will process either the onTrue or the onFalse
function depending upon the result of the condition predicate.
Creates a function that will process either the onTrue or the onFalse
function depending upon the result of the condition predicate.
A predicate function
A function to invoke when the condition evaluates to a truthy value.
A new unary function that will process either the onTrue or the onFalse
function depending upon the result of the condition predicate.
Creates a function that will process either the onTrue or the onFalse
function depending upon the result of the condition predicate.
A predicate function
A new unary function that will process either the onTrue or the onFalse
function depending upon the result of the condition predicate.
Generated using TypeDoc
Creates a function that will process either the
onTrueor theonFalsefunction depending upon the result of theconditionpredicate.