Package org.aksw.jenax.arq.util.binding
Interface BindingMapper<T>
- All Superinterfaces:
BiFunction<org.apache.jena.sparql.engine.binding.Binding,Long, T>
- All Known Subinterfaces:
BindingMapperVarAware<T>
- All Known Implementing Classes:
BindingMapperExpr,BindingMapperPassThrough,BindingMapperProjectVar,BindingMapperQuad,BindingMapperTriple
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface BindingMapper<T>
extends BiFunction<org.apache.jena.sparql.engine.binding.Binding,Long,T>
Similar to a RowMapper in spring-jdbc, except this interface is for (jena) bindings.
- Author:
- raven
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply