trait
Splitter[-R, +A, +B] extends api.Api.Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
-
abstract
def
split(x: R): Api.->[A, B]
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
Type classes and extractors for composing and decomposing an R into A -> B. Somewhat conveniently for us, "cleave" is a word which has among its meanings "to adhere firmly and closely as though evenly and securely glued" as well as "to divide into two parts by a cutting blow".