Uses of Interface
org.apache.jena.rdf.model.RDFList.ReduceFn
Packages that use RDFList.ReduceFn
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of RDFList.ReduceFn in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model with parameters of type RDFList.ReduceFnModifier and TypeMethodDescriptionRDFList.reduce(RDFList.ReduceFn fn, Object initial) Apply a function to each value in the list in turn, accumulating the results in an accumulator. -
Uses of RDFList.ReduceFn in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl with parameters of type RDFList.ReduceFnModifier and TypeMethodDescriptionRDFListImpl.reduce(RDFList.ReduceFn fn, Object initial) Apply a function to each value in the list in turn, accumulating the results in an accumulator.