public class CoCodePoint_UTF8<R>
extends AbstractIntCoPipeline
IntCoAcceptor.DefaultImpls| Constructor and Description |
|---|
CoCodePoint_UTF8(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 CoCodePoint_UTF8(@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