A non-empty array: an ordered, mutable, non-empty collection of elements with IndexedSeq performance characteristics.
A non-empty list: an ordered, immutable, non-empty collection of elements with LinearSeq performance characteristics.
A non-empty map: an ordered, immutable, non-empty collection of key-value tuples with LinearSeq performance characteristics.
A non-empty Set: an ordered, immutable, non-empty collection of elements with LinearSeq performance characteristics.
A non-empty list: an ordered, immutable, non-empty collection of elements with LinearSeq performance characteristics.
A non-empty list: an ordered, immutable, non-empty collection of elements with LinearSeq performance characteristics.
Object that can be used as an endpoint for NonEmptyList construction expressions
that use the cons (::) operator.
Companion object for class NonEmptyArray.
Companion object for class NonEmptyList.
Companion object for class NonEmptyMap.
Companion object for class NonEmptySet.
Companion object for class NonEmptyString.
Companion object for class NonEmptyVector.