Package com.inrupt.rdf.wrapping.rdf4j
Interface RdfValueMapping<T>
-
- All Superinterfaces:
BiFunction<T,org.eclipse.rdf4j.model.Model,org.eclipse.rdf4j.model.Value>
- 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 RdfValueMapping<T> extends BiFunction<T,org.eclipse.rdf4j.model.Model,org.eclipse.rdf4j.model.Value>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Value
apply(T value, org.eclipse.rdf4j.model.Model graph)
default TermMapping<T>
asCommons()
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
org.eclipse.rdf4j.model.Value apply(T value, org.eclipse.rdf4j.model.Model graph)
- Specified by:
apply
in interfaceBiFunction<T,org.eclipse.rdf4j.model.Model,org.eclipse.rdf4j.model.Value>
-
asCommons
default TermMapping<T> asCommons()
-
-