ScalaCheck 1.0
|
|
scalacheck/Util.scala
]
case
class
Right[+T, +U](val
x : U)
extends
Either[T, U] with
ProductMethod Summary | |
override def
|
equals (arg0 : Any) : Boolean |
override def
|
hashCode : Int |
override final def
|
productArity : Int |
override final def
|
productElement (arg0 : Int) : Any |
override final def
|
productPrefix : String |
override def
|
toString : String |
Methods inherited from Product | |
element, arity |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
override
def
hashCode : Int
override
def
toString : String
override final
def
productPrefix : String
override final
def
productArity : Int
ScalaCheck 1.0
|
|