ProtoDecoderImpl

eu.ostrzyciel.jelly.core.ProtoDecoderImpl$

Implementations of the ProtoDecoder trait.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class GraphsAsQuadsDecoder[TNode, TDatatype, TTriple, TQuad](converter: ProtoDecoderConverter[TNode, TDatatype, TTriple, TQuad])(implicit evidence$3: ClassTag[TDatatype]) extends ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TQuad]

A decoder that reads GRAPHS streams and outputs a flat sequence of quads.

A decoder that reads GRAPHS streams and outputs a flat sequence of quads.

Attributes

Graph
Supertypes
class ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TQuad]
class Object
trait Matchable
class Any
class GraphsDecoder[TNode, TDatatype, TTriple, TQuad](converter: ProtoDecoderConverter[TNode, TDatatype, TTriple, TQuad])(implicit evidence$4: ClassTag[TDatatype]) extends ProtoDecoder[TNode, TDatatype, TTriple, TQuad, (TNode, Iterable[TTriple])]

A decoder that reads GRAPHS streams and outputs a sequence of graphs. Each graph is emitted as soon as the producer signals that it's complete.

A decoder that reads GRAPHS streams and outputs a sequence of graphs. Each graph is emitted as soon as the producer signals that it's complete.

Attributes

Graph
Supertypes
class ProtoDecoder[TNode, TDatatype, TTriple, TQuad, (TNode, Iterable[TTriple])]
class Object
trait Matchable
class Any
class QuadsDecoder[TNode, TDatatype, TTriple, TQuad](converter: ProtoDecoderConverter[TNode, TDatatype, TTriple, TQuad])(implicit evidence$2: ClassTag[TDatatype]) extends ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TQuad]

A decoder that reads QUADS streams and outputs a sequence of quads.

A decoder that reads QUADS streams and outputs a sequence of quads.

Attributes

Graph
Supertypes
class ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TQuad]
class Object
trait Matchable
class Any
class TriplesDecoder[TNode, TDatatype, TTriple, TQuad](converter: ProtoDecoderConverter[TNode, TDatatype, TTriple, TQuad])(implicit evidence$1: ClassTag[TDatatype]) extends ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TTriple]

A decoder that reads TRIPLES streams and outputs a sequence of triples.

A decoder that reads TRIPLES streams and outputs a sequence of triples.

Attributes

Graph
Supertypes
class ProtoDecoder[TNode, TDatatype, TTriple, TQuad, TTriple]
class Object
trait Matchable
class Any