org
.
openmole
.
plugin
.
sampling
.
combine
SamplingCombineDecorator
Related Doc:
package combine
implicit
class
SamplingCombineDecorator
extends
AbstractSamplingCombineDecorator
Linear Supertypes
AbstractSamplingCombineDecorator
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SamplingCombineDecorator
AbstractSamplingCombineDecorator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SamplingCombineDecorator
(
s:
Sampling
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
::
(
s2:
Sampling
)
:
ConcatenateSampling
Definition Classes
AbstractSamplingCombineDecorator
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
bootstrap
(
samples:
FromContext
[
Int
]
,
number:
FromContext
[
Int
]
)
:
RepeatSampling
Definition Classes
AbstractSamplingCombineDecorator
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
filter
(
keep:
Condition
)
:
FilteredSampling
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
repeat
(
n:
FromContext
[
Int
]
)
:
RepeatSampling
Definition Classes
AbstractSamplingCombineDecorator
val
s
:
Sampling
Definition Classes
SamplingCombineDecorator
→
AbstractSamplingCombineDecorator
def
sample
(
n:
FromContext
[
Int
]
)
:
SampleSampling
Definition Classes
AbstractSamplingCombineDecorator
def
shuffle
:
ShuffleSampling
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
take
(
n:
FromContext
[
Int
]
)
:
TakeSampling
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
(
...
)
def
withIndex
(
index:
Val
[
Int
]
)
:
ZipWithIndexSampling
Definition Classes
AbstractSamplingCombineDecorator
def
x
(
s2:
Sampling
)
:
CompleteSampling
Definition Classes
AbstractSamplingCombineDecorator
def
zip
(
s2:
Sampling
)
:
ZipSampling
Definition Classes
AbstractSamplingCombineDecorator
Deprecated Value Members
def
+
(
s2:
Sampling
)
:
CompleteSampling
Definition Classes
AbstractSamplingCombineDecorator
Annotations
@deprecated
Deprecated
(Since version 5)
Use x instead
def
zipWithIndex
(
index:
Val
[
Int
]
)
:
ZipWithIndexSampling
Definition Classes
AbstractSamplingCombineDecorator
Annotations
@deprecated
Deprecated
(Since version 5)
Use withIndex
Inherited from
AbstractSamplingCombineDecorator
Inherited from
AnyRef
Inherited from
Any
Ungrouped