public static interface RDFList.ReduceFn
Object reduce(RDFNode node, Object accumulator)
Apply a function to the given RDF node.
node - A node from the list.accumulator - The accumulator for the reduction, which will
either be an initial value passed to RDFList.reduce(com.hp.hpl.jena.rdf.model.RDFList.ReduceFn, java.lang.Object), or the
output from reduce applied to the previous node in the
list.Licenced under the Apache License, Version 2.0