trait OpMacro[N, S1, S2, S3] extends Op
****************************************************************************************************** Three arguments type function macro *****************************************************************************************************
- Annotations
- @implicitNotFound("Literal operation has failed.")
- Source
- OpMacros.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpMacro
- Op
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract type Out
- Definition Classes
- Op
- abstract type OutBoolean <: Boolean with Singleton
- Definition Classes
- Op
- abstract type OutChar <: Char with Singleton
- Definition Classes
- Op
- abstract type OutDouble <: Double with Singleton
- Definition Classes
- Op
- abstract type OutFloat <: Float with Singleton
- Definition Classes
- Op
- abstract type OutInt <: Int with Singleton
- Definition Classes
- Op
- abstract type OutLong <: Long with Singleton
- Definition Classes
- Op
- abstract type OutNat <: Nat
- Definition Classes
- Op
- abstract type OutString <: String with Singleton
- Definition Classes
- Op
- abstract type OutSymbol <: Symbol
- Definition Classes
- Op
- abstract type OutWide
- Definition Classes
- Op
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])