case class Partition [ A ]

A view that partitions an underlying collection into two views

Constructors

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

Members

[+] val left : Partitioned [ A ]

The view consisting of all elements of the underlying collection that satisfy p.

The view consisting of all elements of the underlying collection that satisfy p.

[+] 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