ParseCallback[S: (Any #read & Equatable[S]), D: Any #share, V: Any #share]¶
Used to report the results of a parse attempt.
Public Functions¶
apply¶
fun box apply(
result: (Success[S, D, V] box | Failure[S, D, V] box),
values: ReadSeq[V] val)
: None val
Parameters¶
Returns¶
- None val