A - the accepted (input) type
R - the result type
public CoAcceptor<A,R> extends BaseCoAcceptor<R>
An acceptor that takes a value of the specified type.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(A value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept a value.
|
getClosed, getComplete, getResult