IteratorSelector

case class IteratorSelector(strict: Boolean) extends Selector

Selects all values in an array or object. If the currently pointed value is neither an array, nor an object and strict is true, then an error is raised, otherwise the value is skipped.

trait Serializable
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product