public static class SelectBuilder.DefaultImpls
Scope for select invocation.
Modifier and Type | Method and Description |
---|---|
static <P,Q> void |
invoke(SelectBuilder<? super R> $this,
SelectClause2<? super P,? extends Q> $receiver,
kotlin.jvm.functions.Function2<? super Q,? super kotlin.coroutines.experimental.Continuation<? super R>,? extends java.lang.Object> block)
Registers clause in this select expression with additional parameter nullable parameter of type P
with the
null value for this parameter that selects value of type Q. |
public static <P,Q> void invoke(SelectBuilder<? super R> $this, SelectClause2<? super P,? extends Q> $receiver, kotlin.jvm.functions.Function2<? super Q,? super kotlin.coroutines.experimental.Continuation<? super R>,? extends java.lang.Object> block)
Registers clause in this select expression with additional parameter nullable parameter of type P
with the null
value for this parameter that selects value of type Q.