QuaternaryOp

object QuaternaryOp extends ProductReader[QuaternaryOp[_, _, _, _, _]]
Companion
class
trait Product
trait Mirror
trait ProductReader[QuaternaryOp[_, _, _, _, _]]
class Object
trait Matchable
class Any

Type members

Classlikes

abstract
class NamedOp[A, B, C, D, E] extends Op[A, B, C, D, E]
abstract
class Op[A, B, C, D, E] extends Product
final case
class SeqMkString[A]() extends NamedOp[Seq[A], String, String, String, String]
Companion
object
Companion
class
final case
class SeqPatch[A, B >: A]() extends NamedOp[Seq[A], Int, Seq[B], Int, Seq[B]]
Companion
object
object SeqPatch extends ProductReader[SeqPatch[_, _]]
Companion
class

Types

type Adjuncts = List[Adjunct]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

override
def read(in: RefMapIn, key: String, arity: Int, adj: Int): QuaternaryOp[_, _, _, _, _]
Definition Classes