EachOps

final case class EachOps[S, T, A, B](s: S) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def eachT(iso: Iso_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an Iso_

traverse each item of a data structure using an Iso_

def eachT(iso: AnIso_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an AnIso_

traverse each item of a data structure using an AnIso_

def eachT(lens: Lens_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using a Lens_

traverse each item of a data structure using a Lens_

def eachT(aLens: ALens_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an ALens_

traverse each item of a data structure using an ALens_

def eachT(prism: Prism_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using a Prism

traverse each item of a data structure using a Prism

def eachT(aPrism: APrism_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an APrism_

traverse each item of a data structure using an APrism_

def eachT(affineTraversal: AffineTraversal_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an AffineTraversal_

traverse each item of a data structure using an AffineTraversal_

def eachT(anAffineTraversal: AnAffineTraversal_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an AnAffineTraversal_

traverse each item of a data structure using an AnAffineTraversal_

def eachT(traversal: Traversal_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using an ATraversal_

traverse each item of a data structure using an ATraversal_

def eachT(aTraversal: ATraversal_[S, T, A, B]): AppliedTraversal_[S, T, A, B]

traverse each item of a data structure using a Traversal_

traverse each item of a data structure using a Traversal_

Inherited methods

Inherited from:
Product