object strong
- Source
- ScalazProperties.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- strong
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def dinaturalityFirst[M[_, _], A, B, C, D](implicit M: Strong[M], mba: Arbitrary[M[A, B]], cd: Arbitrary[(C) ⇒ D], eq: Equal[M[(A, C), (B, D)]]): Prop
- def dinaturalitySecond[M[_, _], A, B, C, D](implicit M: Strong[M], mba: Arbitrary[M[A, B]], cd: Arbitrary[(C) ⇒ D], eq: Equal[M[(C, A), (D, B)]]): Prop
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def firstFirstIsDimap[M[_, _], A, B, C, D](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[((A, C), D), ((B, C), D)]]): Prop
- def firstIsSwappedSecond[M[_, _], A, B, C](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[(A, C), (B, C)]]): Prop
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def laws[M[_, _]](implicit F: Strong[M], af: Arbitrary[M[Int, Int]], eq0: Equal[M[Int, Int]], eq1: Equal[M[(Int, Int), (Int, Int)]], eq2: Equal[M[(Int, Int), Int]], eq3: Equal[M[((Int, Int), Int), ((Int, Int), Int)]], eq4: Equal[M[(Int, (Int, Int)), (Int, (Int, Int))]]): Properties
- def mapfstEqualsFirstAndThenMapsnd[M[_, _], A, B, C](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[(A, C), B]]): Prop
- def mapfstEqualsSecondAndThenMapsnd[M[_, _], A, B, C](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[(C, A), B]]): Prop
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def secondIsSwappedFirst[M[_, _], A, B, C](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[(C, A), (C, B)]]): Prop
- def secondSecondIsDimap[M[_, _], A, B, C, D](implicit M: Strong[M], mba: Arbitrary[M[A, B]], eq: Equal[M[(D, (C, A)), (D, (C, B))]]): Prop
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()