Package org.aksw.jena_sparql_api.core
Class FluentBase<T,P>
java.lang.Object
org.aksw.jena_sparql_api.core.FluentBase<T,P>
- All Implemented Interfaces:
ParentSuppliable<P>
- Direct Known Subclasses:
FluentFnBase,FluentQueryExecutionFactory,FluentSparqlService,FluentSparqlServiceFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFluentBase(T fn) FluentBase(T fn, com.google.common.base.Supplier<P> parentSupplier) -
Method Summary
-
Field Details
-
parentSupplier
-
fn
-
-
Constructor Details
-
FluentBase
public FluentBase() -
FluentBase
-
FluentBase
-
-
Method Details
-
setParentSupplier
- Specified by:
setParentSupplierin interfaceParentSuppliable<T>
-
value
Create the result value. This method should *never* be used directly by client code - instead, use create(). However, it may be useful for debugging.- Returns:
-
create
-
end
-