Op

abstract class Op[A, B, C, D] extends Product
trait Product
trait Equals
class Object
trait Matchable
class Any
class NamedOp[A, B, C, D]
class Clip[A, B, C]
class Fold[A, B, C]
class SeqIndexOf[A, B]
class SeqIndexOfSlice[A, B]
class SeqLastIndexOf[A, B]
class SeqPadTo[A, B]
class SeqSlice[A]
class SeqSliding[A]
class SeqStartsWith[A, B]
class SeqUpdated[A, B]
class Wrap[A, B, C]

Value members

Abstract methods

def apply(a: A, b: B, c: C): D

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product