Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.UnaryOperator
-
Packages that use UnaryOperator Package Description org.eclipse.rdf4j.sparqlbuilder.constraint -
-
Uses of UnaryOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return UnaryOperator Modifier and Type Method Description static UnaryOperator
UnaryOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnaryOperator[]
UnaryOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type UnaryOperator Modifier and Type Method Description private static UnaryOperation
Expressions. unaryExpression(UnaryOperator operator, Operand operand)
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type UnaryOperator Constructor Description UnaryOperation(UnaryOperator operator)
-