QuicklensEitherFunctor

com.softwaremill.quicklens.package$.QuicklensEitherFunctor
See theQuicklensEitherFunctor companion object
trait QuicklensEitherFunctor[T[_, _], L, R]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def eachLeft[A](e: T[A, R], f: A => A): T[A, R]
def eachRight[A](e: T[L, A], f: A => A): T[L, A]