Wrapper class that adds a loneElement
method to any collection type C
for which
an implicit Collection[C]
is available.
Implicit conversion that adds a loneElement
method to any collection type C
for which an
implicit Collection[C]
is available.
Implicit conversion that adds a loneElement
method to any collection type C
for which an
implicit Collection[C]
is available.
the element type of the collection on which to add the loneElement
method
the "collection type constructor" for the collection on which to add the loneElement
method
the collection on which to add the loneElement
method
a typeclass that enables the loneElement
syntax
Companion object that facilitates the importing of
LoneElement
members as an alternative to mixing it in. One use case is to importLoneElement
's members so you can useloneElement
in the Scala interpreter.