pub fn then<RDF, P, F, N>(parser: P, function: F) -> Then<P, F>where RDF: FocusRDF, P: RDFNodeParse<RDF>, F: FnMut(P::Output) -> N, N: RDFNodeParse<RDF>,
Equivalent to p.then(f).
p.then(f)