QuinaryOp

final case class QuinaryOp[A1, A2, A3, A4, A5, A](op: Op[A1, A2, A3, A4, A5, A], a: Ex[A1], b: Ex[A2], c: Ex[A3], d: Ex[A4], e: Ex[A5]) extends Ex[A]
Companion:
object
trait Serializable
trait Ex[A]
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IExpr[T, A]

Value members

Inherited methods

final def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from:
Lazy
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

@transient
final protected val ref: Object
Inherited from:
Lazy