Packages

case class Indices[A](in: Pat[A]) extends Pattern[Int] with Product with Serializable

Linear Supertypes
Serializable, Pattern[Int], Pat[Int], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Indices
  2. Serializable
  3. Pattern
  4. Pat
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Indices(in: Pat[A])

Value Members

  1. def expand[T <: Exec[T]](implicit ctx: Context[T], tx: T): Stream[T, Int]
    Definition Classes
    IndicesPat
  2. val in: Pat[A]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def transform[T <: Exec[T]](t: Transform)(implicit ctx: Context[T], tx: T): Pat[Int]
    Definition Classes
    IndicesPat