Packages

object IndexPredicate

Source
selectors.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexPredicate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Range(start: Int, end: Int) extends IndexPredicate with Product with Serializable
  2. case class Several(indices: Set[Int]) extends IndexPredicate with Product with Serializable
  3. case class Single(idx: Int) extends IndexPredicate with Product with Serializable

Value Members

  1. implicit lazy val IndexPredicateShow: Show[IndexPredicate]
  2. case object All extends IndexPredicate with Product with Serializable
  3. case object None extends IndexPredicate with Product with Serializable