Each

monocle.function.Each
See theEach companion object
abstract class Each[S, A] extends Serializable

Typeclass that defines a Traversal from a monomorphic container S to all of its elements of type A

Attributes

A

target of Traversal, A is supposed to be unique for a given S

S

source of Traversal

Companion:
object
Source:
Each.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def each: Traversal[S, A]
Implicitly added by oneAndEach

Attributes

Source:
Each.scala
def each: Traversal[S, A]

Attributes

Source:
Each.scala