Each
dev.constructive.eo.optics.Each
object Each
Monocle's Each as a plain constructor object — NOT a typeclass. Each[F, A] is exactly Traversal.each: a Traversal over every element of any cats.Traverse container, provided under the name Monocle users grep for. There is no Each[S, A] typeclass to instance and nothing to derive — the result is an ordinary optic that composes through .andThen and serves capability evidence (CanFold, CanModify) like any other.
Attributes
- Source
- Each.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Each.type
Members list
In this article