class SPARQL::Algebra::Operator::Unary

A SPARQL unary operator.

Operators of this kind take one operand.

@abstract

Constants

ARITY

Public Class Methods

new(arg, **options) click to toggle source

@param [RDF::Term] arg

the operand

@param [Hash{Symbol => Object}] options

any additional options (see {Operator#initialize})
Calls superclass method SPARQL::Algebra::Operator::new
# File lib/sparql/algebra/operator.rb, line 779
def initialize(arg, **options)
  super
end