case class Partitioned [ A ]
extends View

Constructors

Partitioned ( partition: Partition [ A ] )

Members

[+] private var myForced : Option [ Iterable [ A ] ]
[+] val partition : Partition [ A ]
[+] def _1 : T1
[+] def copy ( partition: Partition [ A ] ) : Partitioned [ A ]
[+] def copy$default$1 : Partition [ A ]
[+] def forced : Option [ Iterable [ A ] ]
[+] def forced_= ( x: Option [ Iterable [ A ] ] ) : Unit
[+] def iterator : Iterator [ A ]
[+] private def myForced_= ( x$1: Option [ Iterable [ A ] ] ) : Unit
[+] def underlying : Iterable [ A ]