QuicklensEitherFunctor

trait QuicklensEitherFunctor[T[_, _], L, R]
Companion:
object
class Object
trait Matchable
class Any

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]