trait
Builds[-Elem, +To] extends api.Api.Any
Abstract Value Members
-
abstract
def
build(xs: Foreach[Elem]): To
-
abstract
def
getClass(): Class[_]
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
Back and forth between a Repr and an Each[A]. Not especially classic in this presentation.