trait ZipWithIndex[T] extends DepFn1[T] with Serializable

Type class supporting zipping a tuple with its element indices, resulting in a tuple of tuples of the form ({element from input tuple}, {element index})

Linear Supertypes
Serializable, Serializable, DepFn1[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipWithIndex
  2. Serializable
  3. Serializable
  4. DepFn1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out
    Definition Classes
    DepFn1

Abstract Value Members

  1. abstract def apply(t: T): Out
    Definition Classes
    DepFn1