ProtoDecoder

eu.ostrzyciel.jelly.core.ProtoDecoder
trait ProtoDecoder[+TOut]

Base extendable trait for decoders of protobuf RDF streams.

See the implementation in ProtoDecoderImpl.

Type parameters

TOut

Type of the output of the decoder.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ProtoDecoderImpl[TNode, TDatatype, TTriple, TQuad, TOut]

Members list

Value members

Abstract methods

def ingestRow(row: RdfStreamRow): Option[TOut]