trait
SplitView[+A] extends api.Api.Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
-
abstract
def
left: View[A]
-
abstract
def
rejoin: View[A]
-
abstract
def
right: View[A]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
When a View is split into two disjoint views. Notably, that's span, partition, and splitAt.