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.
public CoAcceptor()
@Nullable java.lang.Object accept(@Nullable A value, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept a value.
value