scalax.collection.Several$
See theSeveral companion class
object Several
Attributes
Members list
Type members
Inherited classlikes
object Seq
Optional extractor to get a Seq extracted.
Optional extractor to get a Seq extracted.
Attributes
- Inherited from:
- NonEmptyFactory (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Factory to pass elements individually.
Factory to pass elements individually.
Attributes
Some[Several] populated with the elements of source if source contains at least two elements, otherwise None.
Some[Several] populated with the elements of source if source contains at least two elements, otherwise None.
Attributes
Creates a Several populated with the elements of source in a non-safe way.
Creates a Several populated with the elements of source in a non-safe way.
Attributes
- Throws
-
IllegalArgumentException
if
iterablehas less than two elements.
In this article