Interface BindingMapperVarAware<T>

All Superinterfaces:
BiFunction<org.apache.jena.sparql.engine.binding.Binding,Long,T>, BindingMapper<T>
All Known Implementing Classes:
BindingMapperExpr, BindingMapperProjectVar

public interface BindingMapperVarAware<T> extends BindingMapper<T>
Binding mapper that is aware of its referenced variables
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.apache.jena.sparql.core.Var>
     

    Methods inherited from interface java.util.function.BiFunction

    andThen, apply
  • Method Details

    • getVarsMentioned

      Set<org.apache.jena.sparql.core.Var> getVarsMentioned()