ref1<T, A1> method
Parser<T>
ref1<T, A1>(
- Parser<
T> callback(- A1
- A1 arg1
inherited
Reference to a production callback
parametrized with a single argument
arg1
.
Implementation
Parser<T> ref1<T, A1>(Parser<T> Function(A1) callback, A1 arg1) =>
reference.ref1<T, A1>(callback, arg1);