Sha256: 93c0f3a12d695e17d6388e2590549202afb66b01754cce3b83b8140a7a9a9df6

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

module RDF::N3::Algebra::List
  ##
  # Iff the suject is a list and the obbject is the last thing that list, then this is true.
  #
  # The object can be calculated as a function of the list.
  class Last < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :listLast
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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