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