Skip to primary navigation
Skip to content
Skip to footer
PinkCrab Function Constructors
Home
Functions
▾
Arrays
Strings
Numbers
General
Objects
Comparisons
Examples
Tags
GitHub
Toggle search
Toggle menu
Higher-order
Home
»
Tags
» higher-order
Takes one or more callables (predicates, mappers, comparators) as arguments.
Arrays
(30)
Arrays\arrayCompilerTyped()
Arrays\each()
Arrays\filter()
Arrays\filterAll()
Arrays\filterAnd()
Arrays\filterAny()
Arrays\filterCount()
Arrays\filterFirst()
Arrays\filterKey()
Arrays\filterLast()
Arrays\filterMap()
Arrays\filterOr()
Arrays\flatMap()
Arrays\fold()
Arrays\foldKeys()
Arrays\foldR()
Arrays\groupBy()
Arrays\map()
Arrays\mapKey()
Arrays\mapWith()
Arrays\mapWithKey()
Arrays\partition()
Arrays\scan()
Arrays\scanR()
Arrays\sumWhere()
Arrays\takeUntil()
Arrays\takeWhile()
Arrays\uasort()
Arrays\uksort()
Arrays\usort()
Comparisons
(5)
Comparisons\all()
Comparisons\any()
Comparisons\groupAnd()
Comparisons\groupOr()
Comparisons\not()
General
(12)
GeneralFunctions\compose()
GeneralFunctions\composeR()
GeneralFunctions\composeSafe()
GeneralFunctions\composeTypeSafe()
GeneralFunctions\encodeProperty()
GeneralFunctions\ifElse()
GeneralFunctions\ifThen()
GeneralFunctions\invoker()
GeneralFunctions\pipe()
GeneralFunctions\pipeR()
GeneralFunctions\recordEncoder()
GeneralFunctions\sideEffect()
Objects
(1)
Objects\createWith()
Strings
(1)
Strings\composeSafeStringFunc()