RightBiasEither

final class RightBiasEither[AA, BB](val e: Either[AA, BB]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def bind[CC](f: BB => Either[AA, CC]): Either[AA, CC]
def leftMap[CC](f: AA => CC): Either[CC, BB]
def map[CC](f: BB => CC): Either[AA, CC]

Concrete fields

val e: Either[AA, BB]