NonEmpty

scalax.collection.NonEmpty
sealed trait NonEmpty[+A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class OneOrMore[A]
class Several[A]

Members list

Value members

Abstract methods

def iterator: Iterator[A]

Iterates over all elements of this collection.

Iterates over all elements of this collection.

Attributes