Preparing search index...
The search index is not available
sdk-v2
sdk-v2
@zeitgeistpm/utility
aeither
map
Function map
map
<
L
,
R
,
B
>
(
f
:
(
(
a
:
R
)
=>
B
)
, either
:
AEither
<
L
,
R
>
)
:
AEither
<
L
,
B
>
Maps the right value if present with the mapping function.
Returns
IAEither<L, B>
Type Parameters
L
R
B
Parameters
f:
(
(
a
:
R
)
=>
B
)
(
a
:
R
)
:
B
Parameters
a:
R
Returns
B
either:
AEither
<
L
,
R
>
Returns
AEither
<
L
,
B
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
sdk-
v2
@zeitgeistpm/indexer
@zeitgeistpm/rpc
@zeitgeistpm/sdk
@zeitgeistpm/utility
aeither
array
assert
async
btreemap
codec
either
error
function
infinity
null
object
observable
option
pfunc
task
taskeither
time
ztg
@zeitgeistpm/web3.storage
IPFS
Local
Storage
Memory
AEither
IAEither
Or
Handler
aeither
bind
from
map
unleft
unleft
Or
unright
unright
Or
unwrap
unwrap
Left
Generated using
TypeDoc
Maps the right value if present with the mapping function.
Returns
IAEither<L, B>