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.
Functional interface that matches the actual factory method of
UpdateEngineFactory
Eases creation of UpdateEngineFactories from lambdas.-
Method Summary
Modifier and TypeMethodDescriptiondefault org.apache.jena.sparql.modify.UpdateEngineFactorydefault org.apache.jena.sparql.modify.UpdateEngineFactoryasFactory(BiPredicate<org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context> condition) org.apache.jena.sparql.modify.UpdateEnginecreate(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)
-