SeqIndexOf

final case class SeqIndexOf[A, B >: A]() extends NamedOp[Seq[A], B, Int]
Companion:
object
trait Serializable
class NamedOp[Seq[A], B, Int]
class Op[Seq[A], B, Int]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: Seq[A], b: B): Int
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