com.hp.hpl.jena.rdf.model
Interface RDFList.ApplyFn

Enclosing interface:
RDFList

public static interface RDFList.ApplyFn

Interface that encapsulates a function to apply to every element in a list.


Method Summary
 void apply(RDFNode node)
           Apply a function to the given RDF node.
 

Method Detail

apply

void apply(RDFNode node)

Apply a function to the given RDF node.

Parameters:
node - A node from the list.


Licenced under the Apache License, Version 2.0