R
the pipeline result type
public class JSONArrayCoPipeline<R>
A (coroutine) pipeline that accepts a JSON array as a stream of Unicode code points and emits a JSONValue for each item in the array.
JSONValue
public JSONArrayCoPipeline(@NotNull net.pwall.util.pipeline.CoAcceptor<? super net.pwall.json.JSONValue,? extends R> valueConsumer)
valueConsumer
public boolean getComplete()
@Nullable public java.lang.Object acceptInt(int value, @NotNull kotlin.coroutines.Continuation<? super kotlin.Unit> p)
public void close()