doddle
Preparing search index...
ASeq
SimpleInput
Type Alias SimpleInput<E>
SimpleInput
:
|
MaybeDoddle
<
IterableInput
<
E
>
>
|
DoddleAsync
<
IterableInput
<
E
>
>
|
ASeq
.
FunctionInput
<
E
>
The simplest allowed inputs for constructing an async sequence:
A possibly-doddle-wrapped iterable,
A DoddleAsync resolving to an iterable,
Or a function returning an iterable.
Type Parameters
E
The element type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
doddle
Loading...
The simplest allowed inputs for constructing an async sequence: