Prepend

final case class Prepend[A](in: Ex[Folder], elem: Ex[A])(source: Source[A]) extends Act with ProductWithAdjuncts
Companion
object
trait Serializable
trait ProductWithAdjuncts
trait Act
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IAction[T]

Value members

Concrete methods

def adjuncts: List[Adjunct]
override def productPrefix: String
Definition Classes
Product

Inherited methods

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

Inherited fields

@transient
final protected val ref: Object
Inherited from
Lazy