org
.
specs2
.
scalacheck
ScalaCheckFunction8
Related Doc:
package scalacheck
case class
ScalaCheckFunction8
[
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
,
R
]
(
execute: (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
) ⇒
R
,
argInstances1:
ScalaCheckArgInstances
[
T1
]
,
argInstances2:
ScalaCheckArgInstances
[
T2
]
,
argInstances3:
ScalaCheckArgInstances
[
T3
]
,
argInstances4:
ScalaCheckArgInstances
[
T4
]
,
argInstances5:
ScalaCheckArgInstances
[
T5
]
,
argInstances6:
ScalaCheckArgInstances
[
T6
]
,
argInstances7:
ScalaCheckArgInstances
[
T7
]
,
argInstances8:
ScalaCheckArgInstances
[
T8
]
,
prettyFreqMap: (
FreqMap
[
Set
[
Any
]]) ⇒
Pretty
,
asResult:
AsResult
[
R
]
,
context:
Option
[
Context
]
,
parameters:
Parameters
)
extends
ScalaCheckFunction
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ScalaCheckFunction
,
ScalaCheckProperty
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ScalaCheckFunction8
Serializable
Serializable
Product
Equals
ScalaCheckFunction
ScalaCheckProperty
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ScalaCheckFunction8
(
execute: (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
) ⇒
R
,
argInstances1:
ScalaCheckArgInstances
[
T1
]
,
argInstances2:
ScalaCheckArgInstances
[
T2
]
,
argInstances3:
ScalaCheckArgInstances
[
T3
]
,
argInstances4:
ScalaCheckArgInstances
[
T4
]
,
argInstances5:
ScalaCheckArgInstances
[
T5
]
,
argInstances6:
ScalaCheckArgInstances
[
T6
]
,
argInstances7:
ScalaCheckArgInstances
[
T7
]
,
argInstances8:
ScalaCheckArgInstances
[
T8
]
,
prettyFreqMap: (
FreqMap
[
Set
[
Any
]]) ⇒
Pretty
,
asResult:
AsResult
[
R
]
,
context:
Option
[
Context
]
,
parameters:
Parameters
)
Type Members
type
SelfType
=
ScalaCheckFunction8
[
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
,
R
]
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
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
def
after
(
action: ⇒
Any
)
:
SelfType
Definition Classes
ScalaCheckFunction
val
argInstances1
:
ScalaCheckArgInstances
[
T1
]
val
argInstances2
:
ScalaCheckArgInstances
[
T2
]
val
argInstances3
:
ScalaCheckArgInstances
[
T3
]
val
argInstances4
:
ScalaCheckArgInstances
[
T4
]
val
argInstances5
:
ScalaCheckArgInstances
[
T5
]
val
argInstances6
:
ScalaCheckArgInstances
[
T6
]
val
argInstances7
:
ScalaCheckArgInstances
[
T7
]
val
argInstances8
:
ScalaCheckArgInstances
[
T8
]
def
around
(
action: (
Result
) ⇒
Result
)
:
SelfType
Definition Classes
ScalaCheckFunction
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
asResult
:
AsResult
[
R
]
def
before
(
action: ⇒
Any
)
:
SelfType
Definition Classes
ScalaCheckFunction
def
beforeAfter
(
beforeAction: ⇒
Any
,
afterAction: ⇒
Any
)
:
SelfType
Definition Classes
ScalaCheckFunction
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
collect1
:
SelfType
def
collect2
:
SelfType
def
collect3
:
SelfType
def
collect4
:
SelfType
def
collect5
:
SelfType
def
collect6
:
SelfType
def
collect7
:
SelfType
def
collect8
:
SelfType
def
collectAll
:
SelfType
def
collectAllArgs
(
f1: (
T1
) ⇒
Any
,
f2: (
T2
) ⇒
Any
,
f3: (
T3
) ⇒
Any
,
f4: (
T4
) ⇒
Any
,
f5: (
T5
) ⇒
Any
,
f6: (
T6
) ⇒
Any
,
f7: (
T7
) ⇒
Any
,
f8: (
T8
) ⇒
Any
)
:
SelfType
def
collectArg1
(
f: (
T1
) ⇒
Any
)
:
SelfType
def
collectArg2
(
f: (
T2
) ⇒
Any
)
:
SelfType
def
collectArg3
(
f: (
T3
) ⇒
Any
)
:
SelfType
def
collectArg4
(
f: (
T4
) ⇒
Any
)
:
SelfType
def
collectArg5
(
f: (
T5
) ⇒
Any
)
:
SelfType
def
collectArg6
(
f: (
T6
) ⇒
Any
)
:
SelfType
def
collectArg7
(
f: (
T7
) ⇒
Any
)
:
SelfType
def
collectArg8
(
f: (
T8
) ⇒
Any
)
:
SelfType
val
context
:
Option
[
Context
]
Definition Classes
ScalaCheckFunction8
→
ScalaCheckFunction
def
display
(
minTestsOk:
Int
=
parameters.minTestsOk
,
minSize:
Int
=
parameters.minSize
,
maxDiscardRatio:
Float
=
parameters.maxDiscardRatio
,
maxSize:
Int
=
parameters.maxSize
,
workers:
Int
=
parameters.workers
,
callback:
TestCallback
=
parameters.testCallback
,
loader:
Option
[
ClassLoader
] =
parameters.loader
)
:
SelfType
Definition Classes
ScalaCheckProperty
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
execute
: (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
) ⇒
R
def
executeInContext
[
R
]
(
result: ⇒
R
)
(
implicit
arg0:
AsResult
[
R
]
)
:
Prop
Attributes
protected
Definition Classes
ScalaCheckFunction
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
noShrink
:
SelfType
Definition Classes
ScalaCheckFunction8
→
ScalaCheckFunction
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parameters
:
Parameters
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
def
prepare
(
action: (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
) ⇒ (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
)
)
:
SelfType
def
pretties
(
p1: (
T1
) ⇒
String
,
p2: (
T2
) ⇒
String
,
p3: (
T3
) ⇒
String
,
p4: (
T4
) ⇒
String
,
p5: (
T5
) ⇒
String
,
p6: (
T6
) ⇒
String
,
p7: (
T7
) ⇒
String
,
p8: (
T8
) ⇒
String
)
:
SelfType
def
pretty1
(
p1: (
T1
) ⇒
String
)
:
SelfType
def
pretty2
(
p2: (
T2
) ⇒
String
)
:
SelfType
def
pretty3
(
p3: (
T3
) ⇒
String
)
:
SelfType
def
pretty4
(
p4: (
T4
) ⇒
String
)
:
SelfType
def
pretty5
(
p5: (
T5
) ⇒
String
)
:
SelfType
def
pretty6
(
p6: (
T6
) ⇒
String
)
:
SelfType
def
pretty7
(
p7: (
T7
) ⇒
String
)
:
SelfType
def
pretty8
(
p8: (
T8
) ⇒
String
)
:
SelfType
def
prettyFreqMap
(
f: (
FreqMap
[
Set
[
Any
]]) ⇒
String
)
:
SelfType
Definition Classes
ScalaCheckProperty
val
prettyFreqMap
: (
FreqMap
[
Set
[
Any
]]) ⇒
Pretty
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
lazy val
prop
:
Prop
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
lazy val
propFunction
: (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
) ⇒
Prop
def
set
(
minTestsOk:
Int
=
parameters.minTestsOk
,
minSize:
Int
=
parameters.minSize
,
maxDiscardRatio:
Float
=
parameters.maxDiscardRatio
,
maxSize:
Int
=
parameters.maxSize
,
workers:
Int
=
parameters.workers
,
callback:
TestCallback
=
parameters.testCallback
,
loader:
Option
[
ClassLoader
] =
parameters.loader
)
:
SelfType
Definition Classes
ScalaCheckProperty
def
setArbitraries
(
a1:
Arbitrary
[
T1
]
,
a2:
Arbitrary
[
T2
]
,
a3:
Arbitrary
[
T3
]
,
a4:
Arbitrary
[
T4
]
,
a5:
Arbitrary
[
T5
]
,
a6:
Arbitrary
[
T6
]
,
a7:
Arbitrary
[
T7
]
,
a8:
Arbitrary
[
T8
]
)
:
SelfType
def
setArbitrary1
(
a1:
Arbitrary
[
T1
]
)
:
SelfType
def
setArbitrary2
(
a2:
Arbitrary
[
T2
]
)
:
SelfType
def
setArbitrary3
(
a3:
Arbitrary
[
T3
]
)
:
SelfType
def
setArbitrary4
(
a4:
Arbitrary
[
T4
]
)
:
SelfType
def
setArbitrary5
(
a5:
Arbitrary
[
T5
]
)
:
SelfType
def
setArbitrary6
(
a6:
Arbitrary
[
T6
]
)
:
SelfType
def
setArbitrary7
(
a7:
Arbitrary
[
T7
]
)
:
SelfType
def
setArbitrary8
(
a8:
Arbitrary
[
T8
]
)
:
SelfType
def
setContext
(
context:
Context
)
:
SelfType
Definition Classes
ScalaCheckFunction8
→
ScalaCheckFunction
def
setGen1
(
g1:
Gen
[
T1
]
)
:
SelfType
def
setGen2
(
g2:
Gen
[
T2
]
)
:
SelfType
def
setGen3
(
g3:
Gen
[
T3
]
)
:
SelfType
def
setGen4
(
g4:
Gen
[
T4
]
)
:
SelfType
def
setGen5
(
g5:
Gen
[
T5
]
)
:
SelfType
def
setGen6
(
g6:
Gen
[
T6
]
)
:
SelfType
def
setGen7
(
g7:
Gen
[
T7
]
)
:
SelfType
def
setGen8
(
g8:
Gen
[
T8
]
)
:
SelfType
def
setGens
(
g1:
Gen
[
T1
]
,
g2:
Gen
[
T2
]
,
g3:
Gen
[
T3
]
,
g4:
Gen
[
T4
]
,
g5:
Gen
[
T5
]
,
g6:
Gen
[
T6
]
,
g7:
Gen
[
T7
]
,
g8:
Gen
[
T8
]
)
:
SelfType
def
setParameters
(
ps:
Parameters
)
:
SelfType
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
def
setPretties
(
p1: (
T1
) ⇒
Pretty
,
p2: (
T2
) ⇒
Pretty
,
p3: (
T3
) ⇒
Pretty
,
p4: (
T4
) ⇒
Pretty
,
p5: (
T5
) ⇒
Pretty
,
p6: (
T6
) ⇒
Pretty
,
p7: (
T7
) ⇒
Pretty
,
p8: (
T8
) ⇒
Pretty
)
:
SelfType
def
setPretty1
(
p1: (
T1
) ⇒
Pretty
)
:
SelfType
def
setPretty2
(
p2: (
T2
) ⇒
Pretty
)
:
SelfType
def
setPretty3
(
p3: (
T3
) ⇒
Pretty
)
:
SelfType
def
setPretty4
(
p4: (
T4
) ⇒
Pretty
)
:
SelfType
def
setPretty5
(
p5: (
T5
) ⇒
Pretty
)
:
SelfType
def
setPretty6
(
p6: (
T6
) ⇒
Pretty
)
:
SelfType
def
setPretty7
(
p7: (
T7
) ⇒
Pretty
)
:
SelfType
def
setPretty8
(
p8: (
T8
) ⇒
Pretty
)
:
SelfType
def
setPrettyFreqMap
(
f: (
FreqMap
[
Set
[
Any
]]) ⇒
Pretty
)
:
SelfType
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
def
setSeed
(
seed:
Seed
)
:
SelfType
Definition Classes
ScalaCheckFunction8
→
ScalaCheckProperty
def
setShrink1
(
s1:
Shrink
[
T1
]
)
:
SelfType
def
setShrink2
(
s2:
Shrink
[
T2
]
)
:
SelfType
def
setShrink3
(
s3:
Shrink
[
T3
]
)
:
SelfType
def
setShrink4
(
s4:
Shrink
[
T4
]
)
:
SelfType
def
setShrink5
(
s5:
Shrink
[
T5
]
)
:
SelfType
def
setShrink6
(
s6:
Shrink
[
T6
]
)
:
SelfType
def
setShrink7
(
s7:
Shrink
[
T7
]
)
:
SelfType
def
setShrink8
(
s8:
Shrink
[
T8
]
)
:
SelfType
def
setShrinks
(
s1:
Shrink
[
T1
]
,
s2:
Shrink
[
T2
]
,
s3:
Shrink
[
T3
]
,
s4:
Shrink
[
T4
]
,
s5:
Shrink
[
T5
]
,
s6:
Shrink
[
T6
]
,
s7:
Shrink
[
T7
]
,
s8:
Shrink
[
T8
]
)
:
SelfType
def
setVerbosity
(
v:
Int
)
:
SelfType
Definition Classes
ScalaCheckProperty
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
verbose
:
SelfType
Definition Classes
ScalaCheckProperty
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ScalaCheckFunction
Inherited from
ScalaCheckProperty
Inherited from
AnyRef
Inherited from
Any
Ungrouped