fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-fallback
/
dev.kbroom.fluent.fallback
/
SimpleAsyncIterator
Simple
Async
Iterator
class
SimpleAsyncIterator
(
bundles
:
List
<
FluentBundle
>
)
:
AsyncBundleIterator
(
source
)
Members
Constructors
Simple
Async
Iterator
Link copied to clipboard
constructor
(
bundles
:
List
<
FluentBundle
>
)
Functions
next
Link copied to clipboard
open
suspend override
fun
next
(
)
:
FluentBundle
?
to
List
Link copied to clipboard
open
suspend
fun
toList
(
)
:
List
<
FluentBundle
>