See: Description
Interface | Description |
---|---|
SelectBuilder<R> |
Scope for select invocation.
|
SelectClause0 |
Clause for select expression without additional parameters that does not select any value.
|
SelectClause1<Q> |
Clause for select expression without additional parameters that selects value of type Q.
|
SelectClause2<P,Q> |
Clause for select expression with additional parameter of type P that selects value of type Q.
|
Class | Description |
---|---|
SelectKt | |
SelectUnbiasedKt | |
WhileSelectKt |
Select expression to perform multiple suspending operations simultaneously until one of them succeeds.