final class JsonListInput extends ListInput with AfterElement
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonListInput
- AfterElement
- ListInput
- SequentialInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonListInput(reader: JsonReader, options: JsonOptions, callback: AfterElement)
Value Members
-
def
afterElement(): Unit
- Definition Classes
- JsonListInput → AfterElement
-
def
hasNext: Boolean
- Definition Classes
- JsonListInput → SequentialInput
-
def
iterator[A](readFun: (Input) ⇒ A): Iterator[A]
- Definition Classes
- ListInput
-
def
nextElement(): JsonStringInput
Returns an Input representing next element in a sequence of values represented by this ListInput.
Returns an Input representing next element in a sequence of values represented by this ListInput. Returned Input instance must be fully exhausted before calling
nextElement()
next time.- Definition Classes
- JsonListInput → ListInput
-
def
skipRemaining(): Unit
- Definition Classes
- ListInput → SequentialInput