Packages

final case class StringIndexOf() extends NamedOp[String, String, Int] with Product with Serializable

Linear Supertypes
Serializable, NamedOp[String, String, Int], Op[String, String, Int], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringIndexOf
  2. Serializable
  3. NamedOp
  4. Op
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StringIndexOf()

Value Members

  1. def apply(a: String, b: String): Int
    Definition Classes
    StringIndexOfOp
  2. def name: String
    Definition Classes
    StringIndexOfNamedOp
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    NamedOp → Product
  5. def toString(): String
    Definition Classes
    NamedOp → AnyRef → Any