Skip to content

ParseCallback[S: (Any #read & Equatable[S]), D: Any #share, V: Any #share]

[Source]

Used to report the results of a parse attempt.

interface val ParseCallback[S: (Any #read & Equatable[S]), D: Any #share, V: Any #share]

Public Functions

apply

[Source]

fun box apply(
  result: (Success[S, D, V] box | Failure[S, D, V] box),
  values: ReadSeq[V] val)
: None val

Parameters

Returns