All Known Implementing Classes:
OpServiceExecutorImpl
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 OpServiceExecutor
Interface for directly executing OpService instances
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.QueryIterator
    exec(org.apache.jena.sparql.algebra.op.OpService opService)
     
  • Method Details

    • exec

      org.apache.jena.sparql.engine.QueryIterator exec(org.apache.jena.sparql.algebra.op.OpService opService)