Interface UpdateEngineFactoryCore

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 UpdateEngineFactoryCore
Functional interface that matches the actual factory method of UpdateEngineFactory Eases creation of UpdateEngineFactories from lambdas.
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.apache.jena.sparql.modify.UpdateEngineFactory
     
    default org.apache.jena.sparql.modify.UpdateEngineFactory
    asFactory(BiPredicate<org.apache.jena.sparql.core.DatasetGraph,org.apache.jena.sparql.util.Context> condition)
     
    org.apache.jena.sparql.modify.UpdateEngine
    create(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.engine.binding.Binding inputBinding, org.apache.jena.sparql.util.Context context)
     
  • Method Details

    • create

      org.apache.jena.sparql.modify.UpdateEngine create(org.apache.jena.sparql.core.DatasetGraph datasetGraph, org.apache.jena.sparql.engine.binding.Binding inputBinding, org.apache.jena.sparql.util.Context context)
    • asFactory

      default org.apache.jena.sparql.modify.UpdateEngineFactory asFactory()
    • asFactory

      default org.apache.jena.sparql.modify.UpdateEngineFactory asFactory(BiPredicate<org.apache.jena.sparql.core.DatasetGraph,org.apache.jena.sparql.util.Context> condition)