c

com.avsystem.commons.hocon

HoconListInput

class HoconListInput extends ListInput with BaseHoconInput

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

Instance Constructors

  1. new HoconListInput(configList: ConfigList)

Value Members

  1. def hasNext: Boolean
    Definition Classes
    HoconListInputSequentialInput
  2. def iterator[A](readFun: (Input) ⇒ A): Iterator[A]
    Definition Classes
    ListInput
  3. def nextElement(): Input

    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
    HoconListInputListInput
  4. def skipRemaining(): Unit
    Definition Classes
    ListInputSequentialInput