sealed case class FunctionDef[-A, +B](name: (ExprModule.this)#FunctionName) extends Product with Serializable

Self Type
(ExprModule.this)#FunctionDef[A, B]
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionDef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FunctionDef(name: (ExprModule.this)#FunctionName)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F1, F2, F3, F4, F5, F6, F7, Source, P1, P2, P3, P4, P5, P6, P7, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2], param3: (ExprModule.this)#Expr[F3, Source, P3], param4: (ExprModule.this)#Expr[F4, Source, P4], param5: (ExprModule.this)#Expr[F5, Source, P5], param6: (ExprModule.this)#Expr[F6, Source, P6], param7: (ExprModule.this)#Expr[F7, Source, P7])(implicit ev: <:<[(P1, P2, P3, P4, P5, P6, P7), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2 with F3 with F4 with F5 with F6 with F7, Source, B1]
  5. def apply[F1, F2, F3, F4, F5, F6, Source, P1, P2, P3, P4, P5, P6, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2], param3: (ExprModule.this)#Expr[F3, Source, P3], param4: (ExprModule.this)#Expr[F4, Source, P4], param5: (ExprModule.this)#Expr[F5, Source, P5], param6: (ExprModule.this)#Expr[F6, Source, P6])(implicit ev: <:<[(P1, P2, P3, P4, P5, P6), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2 with F3 with F4 with F5 with F6, Source, B1]
  6. def apply[F1, F2, F3, F4, F5, Source, P1, P2, P3, P4, P5, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2], param3: (ExprModule.this)#Expr[F3, Source, P3], param4: (ExprModule.this)#Expr[F4, Source, P4], param5: (ExprModule.this)#Expr[F5, Source, P5])(implicit ev: <:<[(P1, P2, P3, P4, P5), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2 with F3 with F4 with F5, Source, B1]
  7. def apply[F1, F2, F3, F4, Source, P1, P2, P3, P4, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2], param3: (ExprModule.this)#Expr[F3, Source, P3], param4: (ExprModule.this)#Expr[F4, Source, P4])(implicit ev: <:<[(P1, P2, P3, P4), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2 with F3 with F4, Source, B1]
  8. def apply[F1, F2, F3, Source, P1, P2, P3, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2], param3: (ExprModule.this)#Expr[F3, Source, P3])(implicit ev: <:<[(P1, P2, P3), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2 with F3, Source, B1]
  9. def apply[F1, F2, Source, P1, P2, B1 >: B](param1: (ExprModule.this)#Expr[F1, Source, P1], param2: (ExprModule.this)#Expr[F2, Source, P2])(implicit ev: <:<[(P1, P2), A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F1 with F2, Source, B1]
  10. def apply[F, Source, B1 >: B](param1: (ExprModule.this)#Expr[F, Source, A])(implicit typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[F, Source, B1]
  11. def apply[B1 >: B]()(implicit ev: <:<[Any, A], typeTag: (ExprModule.this)#TypeTag[B1]): (ExprModule.this)#Expr[Function0, Any, B1]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: (ExprModule.this)#FunctionName
  19. def narrow[C](implicit ev: <:<[C, A]): (ExprModule.this)#FunctionDef[C, B]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped