public CoIntAcceptor<R> extends CoBaseAcceptor<R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CoIntAcceptor.DefaultImpls |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(int value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p) |
java.lang.Object |
accept(java.lang.String string,
kotlin.coroutines.Continuation<? super kotlin.Unit> p) |
java.lang.Object |
accept(kotlin.Array[] bytes,
int offset,
int length,
kotlin.coroutines.Continuation<? super kotlin.Unit> p) |
getClosed, getComplete, getResult@Nullable
java.lang.Object accept(int value,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@Nullable
java.lang.Object accept(@NotNull
java.lang.String string,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
@Nullable
java.lang.Object accept(@NotNull
kotlin.Array[] bytes,
int offset,
int length,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)