IndexSelector

case class IndexSelector(pred: IndexPredicate, strict: Boolean) extends Selector

Selects the value in the array for which the index respects the predicate. If the currently pointed value is not an array and strict is true, then an error is raised, otherwise the value is skipped.

Companion:
object
Source:
selectors.scala
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product