Class FunctionLazy
java.lang.Object
org.aksw.jenax.arq.functionbinder.FunctionDelegateBase
org.aksw.jenax.arq.functionbinder.FunctionLazy
- All Implemented Interfaces:
FunctionDelegate,org.apache.jena.sparql.function.Function
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.arq.functionbinder.FunctionDelegateBase
delegate -
Constructor Summary
ConstructorsConstructorDescriptionFunctionLazy(Supplier<org.apache.jena.sparql.function.Function> delegateSupplier) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.arq.functionbinder.FunctionDelegate
build, exec
-
Field Details
-
delegateSupplier
-
-
Constructor Details
-
FunctionLazy
-
-
Method Details
-
getDelegate
public org.apache.jena.sparql.function.Function getDelegate()- Specified by:
getDelegatein interfaceFunctionDelegate- Overrides:
getDelegatein classFunctionDelegateBase
-