Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antl3x/super-ts
/ functions
Functions
181 in github.com/antl3x/super-ts
⨍
Functions
181
◇
Types & classes
45
Function
Failure
( p1: NonEmptyArrayλ<A> )
src/algebraic/types/AsyncResult/Applicative.ts:16
Function
Left
(p1: A)
src/algebraic/types/AsyncEither/Applicative.ts:15
Function
Right
(p1: B)
src/algebraic/types/AsyncEither/Applicative.ts:9
Function
Success
(p1: B)
src/algebraic/types/AsyncResult/Applicative.ts:10
Function
ap
(p1: Maybeλ<(a: A) => B>)
src/algebraic/types/Maybe/Apply.ts:7
Function
ap
(p1: Eitherλ<A, (a: B) => C>)
src/algebraic/types/Either/Apply.ts:11
Function
ap
(p1: Array<(a: A) => B>)
src/algebraic/types/Array/Apply.ts:9
Function
ap
(p1: AsyncResultλ<A, (a: B) => C>)
src/algebraic/types/AsyncResult/Apply.ts:8
Function
ap
(p1: Resultλ<A, (a: B) => C>)
src/algebraic/types/Result/Apply.ts:7
Function
ap
(p1: AsyncEitherλ<A, (a: B) => C>)
src/algebraic/types/AsyncEither/Apply.ts:8
Function
ap
(p1: Asyncλ<(a: A) => B>)
src/algebraic/types/Async/Apply.ts:5
Function
bindOf
(p1: Property)
src/algebraic/types/Either/Functions.ts:124
Function
bindOf
(p1: Property)
src/algebraic/types/AsyncResult/Functions.ts:135
Function
bindOf
(p1: Property)
src/algebraic/types/Result/Functions.ts:108
Function
bindOf
(p1: Property)
src/algebraic/types/AsyncEither/Functions.ts:131
Function
bindOf
(p1: Property)
src/algebraic/types/Async/Functions.ts:38
Function
bindOf
( property: Property, value: Value )
src/algebraic/common/bindOf.ts:8
Function
bindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Eitherλ<A, B> )
src/algebraic/types/Either/Functions.ts:81
Function
bindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncResultλ<A, B> )
src/algebraic/types/AsyncResult/Functions.ts:92
Function
bindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Resultλ<A, B> )
src/algebraic/types/Result/Functions.ts:65
Function
bindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncEitherλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:88
Function
bindTo
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Asyncλ<A> )
src/algebraic/types/Async/Functions.ts:13
Function
bindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Eitherλ<A, B> )
src/algebraic/types/Either/Functions.ts:107
Function
bindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncResultλ<A, B> )
src/algebraic/types/AsyncResult/Functions.ts:118
Function
bindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => Resultλ<A, B> )
src/algebraic/types/Result/Functions.ts:91
Function
bindToStrict
( p1: Exclude<Property, keyof Previous>, p2: <Param extends Previous>(a: Param) => AsyncEitherλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:114
Function
callbackFn
(pv: HKT1<A, C[]>, cv: B)
src/algebraic/types/Array/Traversable.ts:15
Function
chainFirst
(p1: (a: A) => Maybeλ<B>)
src/algebraic/types/Maybe/Functions.ts:80
Function
chainFirst
(p1: (b: B) => Eitherλ<A, C>)
src/algebraic/types/Either/Functions.ts:135
Function
chainFirst
(p1: (b: B) => AsyncResultλ<A, C>)
src/algebraic/types/AsyncResult/Functions.ts:143
Function
chainFirst
(p1: (b: B) => Resultλ<A, C>)
src/algebraic/types/Result/Functions.ts:119
Function
chainFirst
(p1: (b: B) => AsyncEitherλ<A, C>)
src/algebraic/types/AsyncEither/Functions.ts:139
Function
chainFirst
(p1: (a: A) => Asyncλ<B>)
src/algebraic/types/Async/Functions.ts:49
Function
chainStrict
(p1: (b: B) => Eitherλ<A, C>)
src/algebraic/types/Either/Chain.ts:11
Function
chainStrict
(p1: (b: B) => AsyncResultλ<A, C>)
src/algebraic/types/AsyncResult/Chain.ts:14
Function
chainStrict
(p1: (b: B) => Resultλ<A, C>)
src/algebraic/types/Result/Chain.ts:11
Function
chainStrict
(p1: (b: B) => AsyncEitherλ<A, C>)
src/algebraic/types/AsyncEither/Chain.ts:14
Function
fold
(onLeft: (a: A) => C, onRight: (b: B) => C)
src/algebraic/types/Either/Functions.ts:44
Function
fold
( onLeft: (a: NonEmptyArrayλ<A>) => C, onRight: (b: B) => D )
src/algebraic/types/AsyncResult/Functions.ts:54
Function
fold
( onFailure: (a: NonEmptyArrayλ<A>) => C, onSucess: (b: B) => D )
src/algebraic/types/Result/Functions.ts:46
Function
fold
(onLeft: (a: A) => C, onRight: (b: B) => C)
src/algebraic/types/AsyncEither/Functions.ts:56
Function
foldMap
(p1: Monoid<A>)
src/algebraic/types/Array/Foldable.ts:20
Function
foldStrict
( onLeft: (a: NonEmptyArrayλ<A>) => C, onRight: (b: B) => C )
src/algebraic/types/AsyncResult/Functions.ts:64
Function
foldStrict
( onFailure: (a: NonEmptyArrayλ<A>) => C, onSucess: (b: B) => C )
src/algebraic/types/Result/Functions.ts:56
Function
foldUnion
(p1: Eitherλ<A, B>)
src/algebraic/types/Either/Functions.ts:52
Function
foldUnion
(p1: AsyncEitherλ<A, B>)
src/algebraic/types/AsyncEither/Functions.ts:64
Function
fromEither
(p1: Eitherλ<A, B>)
src/algebraic/types/AsyncResult/Functions.ts:45
Function
fromEither
(p1: Eitherλ<A, B>)
src/algebraic/types/AsyncEither/Functions.ts:47
Function
fromMaybe
(p1: A)
src/algebraic/types/Maybe/Functions.ts:38
Function
fromNullable
(a: A)
src/algebraic/types/Maybe/Functions.ts:35
Function
fromResult
(p1: Resultλ<A, B>)
src/algebraic/types/Either/Functions.ts:73
Function
fromResult
(p1: Resultλ<A, B>)
src/algebraic/types/AsyncResult/Functions.ts:36
Function
fromResult
( p1: Resultλ<A, B> )
src/algebraic/types/AsyncEither/Functions.ts:36
Function
getOrElse
(onLeft: (a: A) => B)
src/algebraic/types/Either/Functions.ts:158
Function
getOrElse
(onFailure: (a: NonEmptyArrayλ<A>) => Asyncλ<B>)
src/algebraic/types/AsyncResult/Functions.ts:166
Function
getOrElse
(onFailure: (a: NonEmptyArrayλ<A>) => B)
src/algebraic/types/Result/Functions.ts:142
Function
getOrElse
(onLeft: (a: A) => Asyncλ<B>)
src/algebraic/types/AsyncEither/Functions.ts:162
Function
head
(p1: Arrayλ<A>)
src/algebraic/types/Array/Functions.ts:21
Function
identity
(p1: A)
src/common/identity.ts:8
Function
isBoolean
(a, path)
src/runtime/types/Boolean/Checkable.ts:6
Function
isGreaterThan
(p1: number)
src/runtime/types/Number/checks/isGreaterThan.ts:7
Function
isGreaterThan
(p1: number)
src/runtime/types/String/checks/isGreaterThan.ts:7
Function
isJust
(p1: Maybeλ<A>)
src/algebraic/types/Maybe/Functions.ts:29
Function
isRight
(p1: Eitherλ<A, B>)
src/algebraic/types/Either/Functions.ts:37
Function
map
(p1: (a: A) => B)
src/algebraic/types/NonEmptyArray/Functor.ts:10
Function
map
(p1: (a: A) => B)
src/algebraic/types/Array/Functor.ts:8
Function
mapFailure
( p1: (a: NonEmptyArrayλ<A>) => NonEmptyArrayλ<C> )
src/algebraic/types/AsyncResult/Functions.ts:84
Function
mapFailure
( p1: (b: NonEmptyArrayλ<A>) => NonEmptyArrayλ<C> )
src/algebraic/types/Result/Functor.ts:31
Function
mapLeft
(p1: (a: A) => C)
src/algebraic/types/Either/Functions.ts:58
Function
mapLeft
(p1: (a: A) => C)
src/algebraic/types/AsyncEither/Functions.ts:81
Function
of
(a: A)
src/algebraic/types/Array/Applicative.ts:8
Function
of
(p1: A)
src/algebraic/types/Async/Applicative.ts:8
Function
orElse
(onLeft: (a: A) => Eitherλ<C, B>)
src/algebraic/types/Either/Functions.ts:172
Function
orElse
(onFailure: (a: NonEmptyArrayλ<A>) => AsyncResultλ<C, B>)
src/algebraic/types/AsyncResult/Functions.ts:182
Function
orElse
(onFailure: (a: NonEmptyArrayλ<A>) => Resultλ<C, B>)
src/algebraic/types/Result/Functions.ts:156
Function
orElse
(onLeft: (a: A) => AsyncEitherλ<C, B>)
src/algebraic/types/AsyncEither/Functions.ts:178
Function
reduce
(p1: (b: B, a: A) => B)
src/algebraic/types/Array/Foldable.ts:11
Function
saveToDb
(user: object)
tests/algebraic/common/tap.test.ts:9
Function
traverse
(p1: Applicative<A>)
src/algebraic/types/Array/Traversable.ts:9
Function
tryCatch
( p1: () => Promise<B>, onRejected: (reason: unknown) => A )
src/algebraic/types/AsyncResult/Functions.ts:73
Function
tryCatch
( p1: () => Promise<B>, onRejected: (reason: unknown) => A )
src/algebraic/types/AsyncEither/Functions.ts:70
← previous
101–181 of 181, ranked by callers