SeqApply

final case class SeqApply[A]()(implicit d: HasDefault[A]) extends NamedOp[Seq[A], Int, A] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
class NamedOp[Seq[A], Int, A]
class Op[Seq[A], Int, A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: Adjuncts
Definition Classes
ProductWithAdjuncts
def apply(a: Seq[A], b: Int): A
def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
NamedOp -> Product
Inherited from:
NamedOp
override def toString: String
Definition Classes
NamedOp -> Any
Inherited from:
NamedOp