c

zio.sql.ExprModule.Expr

FunctionCall2

sealed case class FunctionCall2[F1, F2, A, B, C, Z](param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], function: (ExprModule.this)#FunctionDef[(B, C), Z])(implicit evidence$8: (ExprModule.this)#TypeTag[Z]) extends InvariantExpr[F1 with F2, A, Z] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, InvariantExpr[F1 with F2, A, Z], (ExprModule.this)#Expr[F1 with F2, A, Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionCall2
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. InvariantExpr
  7. Expr
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FunctionCall2(param1: (ExprModule.this)#Expr[F1, A, B], param2: (ExprModule.this)#Expr[F2, A, C], function: (ExprModule.this)#FunctionDef[(B, C), Z])(implicit arg0: (ExprModule.this)#TypeTag[Z])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsIntegral[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  4. def &&[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, Boolean])(implicit ev: <:<[Z, Boolean]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  5. def *[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  6. def +[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  7. def -[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  8. def /[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsNumeric[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  9. def <[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  10. def <=[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  11. def <>[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  14. def >[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  15. def >=[F2, A1 <: A, B1 >: Z, B2](that: (ExprModule.this)#Expr[F2, A1, B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  16. def as[B1 >: Z](name: String): (ExprModule.this)#Expr[F1 with F2, A, B1]
    Definition Classes
    Expr
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def asc: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F1 with F2, A, Z]]
    Definition Classes
    Expr
  19. def ascending: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F1 with F2, A, Z]]
    Definition Classes
    Expr
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def desc: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F1 with F2, A, Z]]
    Definition Classes
    Expr
  22. def descending: (ExprModule.this)#Ordering[(ExprModule.this)#Expr[F1 with F2, A, Z]]
    Definition Classes
    Expr
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val function: (ExprModule.this)#FunctionDef[(B, C), Z]
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def in[F1 <: F1 with F2, B1 >: Z, B2](set: (ExprModule.this)#Read[B2])(implicit ct: (ExprModule.this)#ComparableTypes[B1, B2], ev: IsSource[F1]): (ExprModule.this)#Expr[F1 with F2, A, Boolean]
    Definition Classes
    Expr
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isNotNull[A1 <: A]: (ExprModule.this)#Expr[F1 with F2, A1, Boolean]
    Definition Classes
    Expr
  30. def isNotTrue[A1 <: A](implicit ev: <:<[Z, Boolean]): (ExprModule.this)#Expr[F1 with F2, A1, Boolean]
    Definition Classes
    Expr
  31. def isNull[A1 <: A]: (ExprModule.this)#Expr[F1 with F2, A1, Boolean]
    Definition Classes
    Expr
  32. def isTrue[A1 <: A](implicit ev: <:<[Z, Boolean]): (ExprModule.this)#Expr[F1 with F2, A1, Boolean]
    Definition Classes
    Expr
  33. def like[F2, A1 <: A](that: (ExprModule.this)#Expr[F2, A1, String])(implicit ev: <:<[Z, String]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def not[F1 <: F1 with F2, A1 <: A](implicit ev: <:<[Z, Boolean]): Unary[F1, A1, Boolean]
    Definition Classes
    Expr
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val param1: (ExprModule.this)#Expr[F1, A, B]
  39. val param2: (ExprModule.this)#Expr[F2, A, C]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def typeTag: (ExprModule.this)#TypeTag[Z]
    Definition Classes
    FunctionCall2InvariantExpr
  42. def unary_-[F1 <: F1 with F2, B1 >: Z](implicit ev: (ExprModule.this)#IsNumeric[B1]): Unary[F1, A, B1]
    Definition Classes
    Expr
  43. def unary_~[F1 <: F1 with F2, B1 >: Z](implicit ev: (ExprModule.this)#IsIntegral[B1]): Unary[F1, A, B1]
    Definition Classes
    Expr
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def widen[C](implicit ev: <:<[Z, C]): (ExprModule.this)#Expr[F1 with F2, A, C]
    Definition Classes
    Expr
  48. def |[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, B1])(implicit ev: (ExprModule.this)#IsIntegral[B1]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, B1]
    Definition Classes
    Expr
  49. def ||[F2, A1 <: A, B1 >: Z](that: (ExprModule.this)#Expr[F2, A1, Boolean])(implicit ev: <:<[Z, Boolean]): (ExprModule.this)#Expr[F1 with F2 with F2, A1, Boolean]
    Definition Classes
    Expr

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from InvariantExpr[F1 with F2, A, Z]

Inherited from (ExprModule.this)#Expr[F1 with F2, A, Z]

Inherited from AnyRef

Inherited from Any

Ungrouped