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.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP