TestingEitherOps

implicit implicit class TestingEitherOps[L, R](either: Either[L, R])
class Object
trait Matchable
class Any

Value members

Concrete methods

def get: R
def leftGet: L