final class JsonListInput extends ListInput with AfterElement

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonListInput
  2. AfterElement
  3. ListInput
  4. SequentialInput
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonListInput(reader: JsonReader, options: JsonOptions, callback: AfterElement)

Value Members

  1. def afterElement(): Unit
    Definition Classes
    JsonListInputAfterElement
  2. def hasNext: Boolean
    Definition Classes
    JsonListInputSequentialInput
  3. def iterator[A](readFun: (Input) ⇒ A): Iterator[A]
    Definition Classes
    ListInput
  4. 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
    JsonListInputListInput
  5. def skipRemaining(): Unit
    Definition Classes
    ListInputSequentialInput