IsGiven2Of2

eu.throup.couldbe.IsGiven2Of2
case class IsGiven2Of2[+A, +B](b: B) extends MustBeGivenOneOf2[A, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MustBeGivenOneOf2[A, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def _1[Z >: A](f: B => Z): Z

Attributes

Definition Classes
override def _2[Z >: B](f: A => Z): Z

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product