oxygen.core.collection

Members list

Type members

Classlikes

sealed trait Growable[+A]

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 Object
trait Matchable
class Any
Known subtypes
class Collect[A, B]
class Concat[A]
class DistinctBy[A, B]
object Empty
class Fill[A]
class Filter[A]
class FlatMap[A, B]
class Many[S, A]
class Map[A, B]
class Single[A]
Show all
object Growable

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Growable.type
final case class NonEmptyList[+A](head: A, tail: List[A]) extends PartialFunction[Int, A]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait PartialFunction[Int, A]
trait Int => A
class Object
trait Matchable
class Any
Show all
object NonEmptyList

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type