arrow-analysis-common
2.0.3-alpha.1
arrow-analysis-common
/
arrow.meta.continuations
/
ContSeqSyntax
Cont
Seq
Syntax
interface
ContSeqSyntax
<
in
A
>
:
ContSyntax
Content copied to clipboard
The scope for yielding values of a
ContSeq
, provides
yield
and
yieldAll
suspension functions.
Functions
Functions
abort
Link copied to clipboard
abstract
suspend
fun
<
A
>
abort
(
)
:
A
Content copied to clipboard
ensure
Link copied to clipboard
open
suspend
fun
ensure
(
condition
:
Boolean
)
Content copied to clipboard
yield
Link copied to clipboard
abstract
suspend
fun
yield
(
value
:
A
)
Content copied to clipboard
yield
All
Link copied to clipboard
open
suspend
fun
yieldAll
(
sequence
:
ContSeq
<
A
>
)
Content copied to clipboard
open
suspend
fun
yieldAll
(
elements
:
Iterable
<
A
>
)
Content copied to clipboard
abstract
suspend
fun
yieldAll
(
iterator
:
Iterator
<
A
>
)
Content copied to clipboard
open
suspend
fun
yieldAll
(
sequence
:
Sequence
<
A
>
)
Content copied to clipboard