arrow-analysis-common
2.0.2-alpha.10
arrow-analysis-common
/
arrow.meta.continuations
/
ContSeq
/
Companion
Companion
object
Companion
Content copied to clipboard
Smart-constructors
Functions
Properties
Functions
empty
Link copied to clipboard
fun
<
A
>
empty
(
)
:
ContSeq
<
A
>
Content copied to clipboard
invoke
Link copied to clipboard
operator
fun
<
A
>
invoke
(
aas
:
ContSeq.Iterable
<
A
>
)
:
ContSeq
<
A
>
Content copied to clipboard
operator
fun
<
A
>
invoke
(
vararg
aas
:
A
)
:
ContSeq
<
A
>
Content copied to clipboard
operator
fun
<
A
>
invoke
(
block
:
suspend
ContSeqSyntax
<
A
>
.
(
)
->
Unit
)
:
ContSeq
<
A
>
Content copied to clipboard
Builds a
Sequence
lazily yielding values one by one.
Properties
abort
Link copied to clipboard
val
abort
:
ContSeq
<
Nothing
>
Content copied to clipboard
unit
Link copied to clipboard
val
unit
:
ContSeq
<
Unit
>
Content copied to clipboard