Skip to content

Latest commit

 

History

History
284 lines (269 loc) · 3.61 KB

FunctionTypes.md

File metadata and controls

284 lines (269 loc) · 3.61 KB

FUNCTION TYPES

Object

  • assoc
  • assocPath
  • clone
  • dissoc
  • dissocPath
  • eqProps
  • evolve
  • forEachObjIndexed
  • has
  • hasIn
  • hasPath +
  • invert
  • invertObj
  • keys
  • keysIn
  • lens
  • lensIndex
  • lensPath
  • lensProp
  • mapObjIndexed
  • merge
  • mergeDeepLeft
  • mergeDeepRight
  • mergeDeepWith
  • mergeDeepWithKey
  • mergeWith
  • mergeWithKey
  • mergeLeft +
  • mergeRight +
  • mergeWith +
  • objOf
  • omit
  • over
  • path
  • pathOr
  • paths +
  • pick
  • pickAll
  • pickBy
  • project
  • prop
  • propOr
  • propSatisfies
  • props
  • set
  • toPairs
  • toPairsIn
  • values
  • valuesIn
  • view
  • where
  • whereEq

Function

  • __ +
  • addIndex
  • always
  • andThen +
  • ap
  • apply
  • applySpec
  • applyTo
  • ascend
  • binary
  • bind
  • call
  • comparator
  • compose
  • composeK
  • composeP
  • composeWith +
  • construct
  • constructN
  • converge
  • curry
  • curryN
  • descend
  • empty
  • F +
  • flip
  • identity
  • invoker
  • juxt
  • lift
  • liftN
  • memoizeWith
  • nAry
  • nthArg
  • o
  • of
  • once
  • otherwise
  • [ ]
  • partial
  • partialRight
  • pipe
  • pipeK
  • pipeP
  • pipeWith +
  • T +
  • tap
  • thunkify
  • tryCatch
  • unapply
  • unary
  • uncurryN
  • useWith

List

  • adjust
  • all
  • any
  • aperture
  • append
  • chain
  • concat
  • contains
  • drop
  • dropLast
  • dropLastWhile
  • dropRepeats
  • dropRepeatsWith
  • dropWhile
  • endsWith
  • filter
  • find
  • findIndex
  • findLast
  • findLastIndex
  • flatten
  • forEach
  • fromPairs
  • groupBy
  • groupWith
  • head
  • includes +
  • indexBy +
  • indexOf
  • init
  • insert
  • insertAll
  • intersperse
  • into
  • join
  • last
  • lastIndexOf
  • length
  • map
  • mapAccum
  • mapAccumRight
  • mergeAll
  • move +
  • none
  • nth
  • pair
  • partition
  • pluck
  • prepend
  • range
  • reduce
  • reduceBy
  • reduced
  • reduceRight
  • reduceWhile
  • reject
  • remove
  • repeat
  • reverse
  • scan
  • sequence
  • slice
  • sort
  • splitAt
  • splitEvery
  • splitWhen
  • startsWith
  • tail
  • take
  • takeLast
  • takeLastWhile
  • takeWhile
  • times
  • transduce
  • transpose
  • traverse
  • unfold
  • uniq
  • uniqBy
  • uniqWith
  • unnest
  • update
  • without
  • xprod
  • zip
  • zipObj
  • zipWith

String

  • match
  • replace
  • split
  • test
  • toLower
  • toString
  • toUpper
  • trim

Math

  • add
  • dec
  • divide
  • inc
  • mathMod
  • mean
  • median
  • modulo
  • multiply
  • negate
  • product
  • subtract
  • sum

Relation

  • clamp
  • countBy
  • difference
  • differenceWith
  • eqBy
  • equals
  • gt
  • gte
  • identical
  • innerJoin
  • intersection
  • lt
  • lte
  • max
  • maxBy
  • min
  • minBy
  • pathEq
  • propEq
  • sortBy
  • sortWith
  • symmetricDifference
  • symmetricDifferenceWith
  • union
  • unionWith

Type

  • is
  • isNil
  • propIs
  • type

Logic

  • allPass
  • and
  • anyPass
  • both
  • complement
  • cond
  • defaultTo
  • either
  • ifElse
  • isEmpty
  • not
  • or
  • pathSatisfies
  • propSatisfies
  • unless
  • until
  • when
  • xor +