FunctorWithIndexOps

final case class FunctorWithIndexOps[F[_], A](fa: F[A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: A => B)(implicit ev: FunctorWithIndex[F, _]): F[B]
def mapWithIndex[I, B](f: (A, I) => B)(implicit ev: FunctorWithIndex[F, I]): F[B]

Inherited methods

Inherited from:
Product