public class CoASCII_CodePoint<R>
extends AbstractIntCoPipeline
IntCoAcceptor.DefaultImpls| Constructor and Description |
|---|
CoASCII_CodePoint(IntCoAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
acceptInt(int value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept an
int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method. |
close, emit, getComplete, getResultaccept, acceptIntclose, getClosed, getComplete, getResultemitaccept, accept, acceptgetClosed, getComplete, getResultpublic CoASCII_CodePoint(@NotNull
IntCoAcceptor<? extends R> downstream)
@Nullable
public java.lang.Object acceptInt(int value,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
value - the input value