DiffxEitherFunctor

trait DiffxEitherFunctor[T[_, _], L, R]
class Object
trait Matchable
class Any

Value members

Concrete methods

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