MCPcopy Create free account

hub / github.com/antl3x/super-ts / functions

Functions181 in github.com/antl3x/super-ts

FunctionFailure
( p1: NonEmptyArrayλ<A> )
src/algebraic/types/AsyncResult/Applicative.ts:16
FunctionLeft
(p1: A)
src/algebraic/types/AsyncEither/Applicative.ts:15
FunctionRight
(p1: B)
src/algebraic/types/AsyncEither/Applicative.ts:9
FunctionSuccess
(p1: B)
src/algebraic/types/AsyncResult/Applicative.ts:10
Functionap
(p1: Maybeλ<(a: A) => B>)
src/algebraic/types/Maybe/Apply.ts:7
Functionap
(p1: Eitherλ<A, (a: B) => C>)
src/algebraic/types/Either/Apply.ts:11
Functionap
(p1: Array<(a: A) => B>)
src/algebraic/types/Array/Apply.ts:9
Functionap
(p1: AsyncResultλ<A, (a: B) => C>)
src/algebraic/types/AsyncResult/Apply.ts:8
Functionap
(p1: Resultλ<A, (a: B) => C>)
src/algebraic/types/Result/Apply.ts:7
Functionap
(p1: AsyncEitherλ<A, (a: B) => C>)
src/algebraic/types/AsyncEither/Apply.ts:8
Functionap
(p1: Asyncλ<(a: A) => B>)
src/algebraic/types/Async/Apply.ts:5
FunctionbindOf
(p1: Property)
src/algebraic/types/Either/Functions.ts:124
FunctionbindOf
(p1: Property)
src/algebraic/types/AsyncResult/Functions.ts:135
FunctionbindOf
(p1: Property)
src/algebraic/types/Result/Functions.ts:108
FunctionbindOf
(p1: Property)
src/algebraic/types/AsyncEither/Functions.ts:131
FunctionbindOf
(p1: Property)
src/algebraic/types/Async/Functions.ts:38
FunctionbindOf
( property: Property, value: Value )
src/algebraic/common/bindOf.ts:8
FunctionbindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Eitherλ<A, B> )
src/algebraic/types/Either/Functions.ts:81
FunctionbindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncResultλ<A, B> )
src/algebraic/types/AsyncResult/Functions.ts:92
FunctionbindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Resultλ<A, B> )
src/algebraic/types/Result/Functions.ts:65
FunctionbindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncEitherλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:88
FunctionbindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Asyncλ<A> )
src/algebraic/types/Async/Functions.ts:13
FunctionbindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Eitherλ<A, B> )
src/algebraic/types/Either/Functions.ts:107
FunctionbindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncResultλ<A, B> )
src/algebraic/types/AsyncResult/Functions.ts:118
FunctionbindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Resultλ<A, B> )
src/algebraic/types/Result/Functions.ts:91
FunctionbindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncEitherλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:114
FunctioncallbackFn
(pv: HKT1<A, C[]>, cv: B)
src/algebraic/types/Array/Traversable.ts:15
FunctionchainFirst
(p1: (a: A) => Maybeλ<B>)
src/algebraic/types/Maybe/Functions.ts:80
FunctionchainFirst
(p1: (b: B) => Eitherλ<A, C>)
src/algebraic/types/Either/Functions.ts:135
FunctionchainFirst
(p1: (b: B) => AsyncResultλ<A, C>)
src/algebraic/types/AsyncResult/Functions.ts:143
FunctionchainFirst
(p1: (b: B) => Resultλ<A, C>)
src/algebraic/types/Result/Functions.ts:119
FunctionchainFirst
(p1: (b: B) => AsyncEitherλ<A, C>)
src/algebraic/types/AsyncEither/Functions.ts:139
FunctionchainFirst
(p1: (a: A) => Asyncλ<B>)
src/algebraic/types/Async/Functions.ts:49
FunctionchainStrict
(p1: (b: B) => Eitherλ<A, C>)
src/algebraic/types/Either/Chain.ts:11
FunctionchainStrict
(p1: (b: B) => AsyncResultλ<A, C>)
src/algebraic/types/AsyncResult/Chain.ts:14
FunctionchainStrict
(p1: (b: B) => Resultλ<A, C>)
src/algebraic/types/Result/Chain.ts:11
FunctionchainStrict
(p1: (b: B) => AsyncEitherλ<A, C>)
src/algebraic/types/AsyncEither/Chain.ts:14
Functionfold
(onLeft: (a: A) => C, onRight: (b: B) => C)
src/algebraic/types/Either/Functions.ts:44
Functionfold
( onLeft: (a: NonEmptyArrayλ<A>) => C, onRight: (b: B) => D )
src/algebraic/types/AsyncResult/Functions.ts:54
Functionfold
( onFailure: (a: NonEmptyArrayλ<A>) => C, onSucess: (b: B) => D )
src/algebraic/types/Result/Functions.ts:46
Functionfold
(onLeft: (a: A) => C, onRight: (b: B) => C)
src/algebraic/types/AsyncEither/Functions.ts:56
FunctionfoldMap
(p1: Monoid<A>)
src/algebraic/types/Array/Foldable.ts:20
FunctionfoldStrict
( onLeft: (a: NonEmptyArrayλ<A>) => C, onRight: (b: B) => C )
src/algebraic/types/AsyncResult/Functions.ts:64
FunctionfoldStrict
( onFailure: (a: NonEmptyArrayλ<A>) => C, onSucess: (b: B) => C )
src/algebraic/types/Result/Functions.ts:56
FunctionfoldUnion
(p1: Eitherλ<A, B>)
src/algebraic/types/Either/Functions.ts:52
FunctionfoldUnion
(p1: AsyncEitherλ<A, B>)
src/algebraic/types/AsyncEither/Functions.ts:64
FunctionfromEither
(p1: Eitherλ<A, B>)
src/algebraic/types/AsyncResult/Functions.ts:45
FunctionfromEither
(p1: Eitherλ<A, B>)
src/algebraic/types/AsyncEither/Functions.ts:47
FunctionfromMaybe
(p1: A)
src/algebraic/types/Maybe/Functions.ts:38
FunctionfromNullable
(a: A)
src/algebraic/types/Maybe/Functions.ts:35
FunctionfromResult
(p1: Resultλ<A, B>)
src/algebraic/types/Either/Functions.ts:73
FunctionfromResult
(p1: Resultλ<A, B>)
src/algebraic/types/AsyncResult/Functions.ts:36
FunctionfromResult
( p1: Resultλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:36
FunctiongetOrElse
(onLeft: (a: A) => B)
src/algebraic/types/Either/Functions.ts:158
FunctiongetOrElse
(onFailure: (a: NonEmptyArrayλ<A>) => Asyncλ<B>)
src/algebraic/types/AsyncResult/Functions.ts:166
FunctiongetOrElse
(onFailure: (a: NonEmptyArrayλ<A>) => B)
src/algebraic/types/Result/Functions.ts:142
FunctiongetOrElse
(onLeft: (a: A) => Asyncλ<B>)
src/algebraic/types/AsyncEither/Functions.ts:162
Functionhead
(p1: Arrayλ<A>)
src/algebraic/types/Array/Functions.ts:21
Functionidentity
(p1: A)
src/common/identity.ts:8
FunctionisBoolean
(a, path)
src/runtime/types/Boolean/Checkable.ts:6
FunctionisGreaterThan
(p1: number)
src/runtime/types/Number/checks/isGreaterThan.ts:7
FunctionisGreaterThan
(p1: number)
src/runtime/types/String/checks/isGreaterThan.ts:7
FunctionisJust
(p1: Maybeλ<A>)
src/algebraic/types/Maybe/Functions.ts:29
FunctionisRight
(p1: Eitherλ<A, B>)
src/algebraic/types/Either/Functions.ts:37
Functionmap
(p1: (a: A) => B)
src/algebraic/types/NonEmptyArray/Functor.ts:10
Functionmap
(p1: (a: A) => B)
src/algebraic/types/Array/Functor.ts:8
FunctionmapFailure
( p1: (a: NonEmptyArrayλ<A>) => NonEmptyArrayλ<C> )
src/algebraic/types/AsyncResult/Functions.ts:84
FunctionmapFailure
( p1: (b: NonEmptyArrayλ<A>) => NonEmptyArrayλ<C> )
src/algebraic/types/Result/Functor.ts:31
FunctionmapLeft
(p1: (a: A) => C)
src/algebraic/types/Either/Functions.ts:58
FunctionmapLeft
(p1: (a: A) => C)
src/algebraic/types/AsyncEither/Functions.ts:81
Functionof
(a: A)
src/algebraic/types/Array/Applicative.ts:8
Functionof
(p1: A)
src/algebraic/types/Async/Applicative.ts:8
FunctionorElse
(onLeft: (a: A) => Eitherλ<C, B>)
src/algebraic/types/Either/Functions.ts:172
FunctionorElse
(onFailure: (a: NonEmptyArrayλ<A>) => AsyncResultλ<C, B>)
src/algebraic/types/AsyncResult/Functions.ts:182
FunctionorElse
(onFailure: (a: NonEmptyArrayλ<A>) => Resultλ<C, B>)
src/algebraic/types/Result/Functions.ts:156
FunctionorElse
(onLeft: (a: A) => AsyncEitherλ<C, B>)
src/algebraic/types/AsyncEither/Functions.ts:178
Functionreduce
(p1: (b: B, a: A) => B)
src/algebraic/types/Array/Foldable.ts:11
FunctionsaveToDb
(user: object)
tests/algebraic/common/tap.test.ts:9
Functiontraverse
(p1: Applicative<A>)
src/algebraic/types/Array/Traversable.ts:9
FunctiontryCatch
( p1: () => Promise<B>, onRejected: (reason: unknown) => A )
src/algebraic/types/AsyncResult/Functions.ts:73
FunctiontryCatch
( p1: () => Promise<B>, onRejected: (reason: unknown) => A )
src/algebraic/types/AsyncEither/Functions.ts:70
← previous101–181 of 181, ranked by callers