class HoconListInput extends ListInput with BaseHoconInput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HoconListInput
- BaseHoconInput
- ListInput
- SequentialInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HoconListInput(configList: ConfigList)
Value Members
-
def
hasNext: Boolean
- Definition Classes
- HoconListInput → SequentialInput
-
def
iterator[A](readFun: (Input) ⇒ A): Iterator[A]
- Definition Classes
- ListInput
-
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
- HoconListInput → ListInput
-
def
skipRemaining(): Unit
- Definition Classes
- ListInput → SequentialInput