case class Partition [ A ]

Constructors

Partition ( underlying: Iterable [ A ] , p: A => Boolean )

Members

[+] val left : Partitioned [ A ]
[+] val p : A => Boolean
[+] val underlying : Iterable [ A ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( underlying: Iterable [ A ] , p: A => Boolean ) : Partition [ A ]
[+] def copy$default$1 : Iterable [ A ]
[+] def copy$default$2 : A => Boolean
[+] def distribute ( bf: => Builder [ A, Iterable [ A ] ] ) : Unit