Prepend

case class Prepend[+Item](item: Item) extends CollectionCommand[Item]
trait Serializable
trait Product
trait Equals
trait CollectionCommand[Item]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
override def map[A](project: Item => A): Prepend[A]
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product