public class CoAbstractIntPipeline<R> extends CoAbstractIntAcceptor implements CoIntPipeline<R>
CoIntAcceptor.DefaultImpls| Constructor and Description |
|---|
CoAbstractIntPipeline(CoIntAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.Object |
emit(int p,
kotlin.coroutines.Continuation<? super kotlin.Unit> p1) |
boolean |
getComplete() |
R |
getResult() |
accept, acceptIntclose, getClosed, getComplete, getResultemitaccept, accept, acceptgetClosed, getComplete, getResultpublic CoAbstractIntPipeline(@NotNull
CoIntAcceptor<? extends R> downstream)