oxygen.core.collection
package oxygen.core.collection
Members list
Type members
Classlikes
For the purpose of building sequences. Allows you to do as much mapping, flat-mapping, and concatenation as you would like, without having to re-build the sequences every time.
For the purpose of building sequences. Allows you to do as much mapping, flat-mapping, and concatenation as you would like, without having to re-build the sequences every time.
Attributes
- See also
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object Growable
final case class NonEmptyList[+A](head: A, tail: List[A]) extends PartialFunction[Int, A]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartialFunction[Int, A]trait Int => Aclass Objecttrait Matchableclass AnyShow all
object NonEmptyList
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NonEmptyList.type
In this article