Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/channel
WriteAttempt
Class WriteAttempt<T, R>
Type Parameters
T
R
Hierarchy (
View Summary
)
AttemptBase
WriteAttempt
Index
Constructors
constructor
Properties
channel
perform
value
Constructors
constructor
new
WriteAttempt
<
T
,
R
>
(
channel
:
Channel
<
T
>
,
value
:
T
,
perform
:
(
value
:
T
)
=>
IteratorResult
<
R
>
,
)
:
WriteAttempt
<
T
,
R
>
Type Parameters
T
R
Parameters
channel
:
Channel
<
T
>
value
:
T
perform
:
(
value
:
T
)
=>
IteratorResult
<
R
>
Returns
WriteAttempt
<
T
,
R
>
Properties
Readonly
channel
channel
:
Channel
<
T
>
Readonly
perform
perform
:
(
value
:
T
)
=>
IteratorResult
<
R
>
Readonly
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
channel
perform
value
Guides
Skill
GitHub
Prelude API
Loading...