Sha256: fba11e3e2defcdb62137ddbda0cfa2bf5fdec8202d9864aaa9061904cc760744

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

module RDF::N3::Algebra::List
  ##
  # Iff the subject is a list of lists and the concatenation of all those lists is the object, then this is true.
  # @example
  #     ( (1 2) (3 4) ) list:append (1 2 3 4).
  #
  # The object can be calculated as a function of the subject.
  class Append < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :listAppend
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/list/append.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/list/append.rb