Concat

oxygen.core.collection.Growable.Concat
final case class Concat[A](a: Growable[A], b: Growable[A]) extends Growable[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Growable[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def foreach(f: A => Unit): Unit

Attributes

Definition Classes

Inherited methods

final def ++[B >: A](that: Growable[B]): Growable[B]

Attributes

Inherited from:
Growable
final def ++:[B >: A](that: Growable[B]): Growable[B]

Attributes

Inherited from:
Growable
final def +:[B >: A](that: B): Growable[B]

Attributes

Inherited from:
Growable
final def :+[B >: A](that: B): Growable[B]

Attributes

Inherited from:
Growable
final def :++[B >: A](that: Growable[B]): Growable[B]

Attributes

Inherited from:
Growable
final def collect[B](f: PartialFunction[A, B]): Growable[B]

Attributes

Inherited from:
Growable
final def distinct: Growable[A]

Attributes

Inherited from:
Growable
final def distinctBy[B](f: A => B): Growable[A]

Attributes

Inherited from:
Growable
final def filter(f: A => Boolean): Growable[A]

Attributes

Inherited from:
Growable
final def filterNot(f: A => Boolean): Growable[A]

Attributes

Inherited from:
Growable
final def flatMap[B](f: A => Option[B]): Growable[B]

Attributes

Inherited from:
Growable
final def flatMap[B](f: A => Growable[B]): Growable[B]

Attributes

Inherited from:
Growable
final def flatten[B](using ev: A <:< Growable[B]): Growable[B]

Attributes

Inherited from:
Growable
final def map[B](f: A => B): Growable[B]

Attributes

Inherited from:
Growable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toContiguous: Contiguous[A]

Attributes

Inherited from:
Growable

Concrete fields

override val knownSize: Int