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