EitherMatchers

Matchers for the Either datatype

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def beLeft[T](using p: ImplicitParam): LeftMatcher[T]
def beRight[T](using p: ImplicitParam): RightMatcher[T]
def left[T](t: T)(using evidence$2: Diffable[T]): LeftCheckedMatcher[T]
def right[T](t: T)(using evidence$1: Diffable[T]): RightCheckedMatcher[T]