Interface BindingSetMapper<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Tapply(org.eclipse.rdf4j.query.BindingSet bindings)Maps a query solution to an instance ofT.static BindingSetMapper<org.eclipse.rdf4j.query.BindingSet>identity()
-
-
-
Method Detail
-
apply
T apply(org.eclipse.rdf4j.query.BindingSet bindings)
Maps a query solution to an instance ofT. If the return value isnullthe mapper indicates that the solution is to be disregarded.
-
identity
static BindingSetMapper<org.eclipse.rdf4j.query.BindingSet> identity()
-
-