Options

eu.ostrzyciel.jelly.core.proto.v1.RdfStreamRow$.Row$.Options
final case class Options(value: RdfStreamOptions) extends Row

Attributes

Graph
Supertypes
trait Row
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Value members

Concrete methods

override def isOptions: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def options: Option[RdfStreamOptions]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Row
def graphEnd: Option[RdfGraphEnd]

Attributes

Inherited from:
Row

Attributes

Inherited from:
Row
def isDatatype: Boolean

Attributes

Inherited from:
Row
def isDefined: Boolean

Attributes

Inherited from:
Row
def isEmpty: Boolean

Attributes

Inherited from:
Row
def isGraphEnd: Boolean

Attributes

Inherited from:
Row
def isGraphStart: Boolean

Attributes

Inherited from:
Row
def isName: Boolean

Attributes

Inherited from:
Row
def isPrefix: Boolean

Attributes

Inherited from:
Row
def isQuad: Boolean

Attributes

Inherited from:
Row
def isTriple: Boolean

Attributes

Inherited from:
Row
def name: Option[RdfNameEntry]

Attributes

Inherited from:
Row
def prefix: Option[RdfPrefixEntry]

Attributes

Inherited from:
Row
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def quad: Option[RdfQuad]

Attributes

Inherited from:
Row
def triple: Option[RdfTriple]

Attributes

Inherited from:
Row
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof