Interface: Curried1()<A, Return>
Defined in: pkg/curry/src/index.ts:94
A one-argument (unary) function created by partially applying a curried function.
This type only exists to declare the displayName
property.
Type Parameters
Type Parameter | Description |
---|---|
A |
the type of the function's argument |
Return |
the function's return type |
Curried1(
a
:A
):Return
Defined in: pkg/curry/src/index.ts:95
A one-argument (unary) function created by partially applying a curried function.
This type only exists to declare the displayName
property.
Parameters
Parameter | Type |
---|---|
a |
A |
Returns
Return
Properties
[$unapplied]
[$unapplied]:
AnyFunction
Defined in: pkg/curry/src/index.ts:97
displayName
displayName:
string
Defined in: pkg/curry/src/index.ts:98
Methods
[$getBoundArguments]()
[$getBoundArguments]():
unknown
[]
Defined in: pkg/curry/src/index.ts:96
Returns
unknown
[]