- All Implemented Interfaces:
com.google.common.base.Function<org.apache.jena.sparql.expr.NodeValue,String>, Function<org.apache.jena.sparql.expr.NodeValue,String>
public class FunctionNodeValueToString
extends Object
implements com.google.common.base.Function<org.apache.jena.sparql.expr.NodeValue,String>
-
-
Constructor Summary
Constructors
-
Method Summary
apply(org.apache.jena.sparql.expr.NodeValue nv)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
-
Constructor Details
-
FunctionNodeValueToString
public FunctionNodeValueToString()
-
Method Details
-
apply
public String apply(org.apache.jena.sparql.expr.NodeValue nv)
- Specified by:
apply in interface com.google.common.base.Function<org.apache.jena.sparql.expr.NodeValue,String>
- Specified by:
apply in interface Function<org.apache.jena.sparql.expr.NodeValue,String>