URIParserInput
com.reactific.riddl.language.parsing.URIParserInput
case class URIParserInput(uri: URI) extends RiddlParserInput
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass RiddlParserInputclass ParserInputtrait IsReachableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Definition Classes
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- RiddlParserInput
Special method for Iterator mode.
Special method for Iterator mode. It drops the prefix of the internal buffer so that all the data strictly before becomes unavailable and index is the first valid element to access.
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
Shows if we can access to the element at given index.
Shows if we can access to the element at given index.
Attributes
- Definition Classes
- Inherited from:
- RiddlParserInput
Attributes
- Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Inherited from:
- RiddlParserInput
Attributes
- Returns
-
Slice of internal data. For
IndexedSeqmode it works as regular slice, ifuntilovershoots the end of input, it just ignores it and behaves likeuntilequals to the length of input. Same forIteratormode, but it requests batches while the index of last retrieved element is less thanuntiland ifuntilis farther away than any element, it ignores this too. - Definition Classes
-
RiddlParserInput -> ParserInput
- Inherited from:
- RiddlParserInput
Inherited fields
Attributes
- Inherited from:
- RiddlParserInput
In this article