Packages

object Compiler extends CompilerLowPriority

Source
Compiler.scala
Linear Supertypes
CompilerLowPriority, CompilerLowPriority0, CompilerLowPriority1, CompilerLowPriority2, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compiler
  2. CompilerLowPriority
  3. CompilerLowPriority0
  4. CompilerLowPriority1
  5. CompilerLowPriority2
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Target[F[_]] extends MonadError[F, Throwable]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit val fallibleInstance: Compiler[Fallible, [β$3$]Either[Throwable, β$3$]]
    Definition Classes
    CompilerLowPriority
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. implicit val idInstance: Compiler[Id, Id]
    Definition Classes
    CompilerLowPriority0
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. implicit val pureInstance: Compiler[Pure, Id]
  17. implicit def resource[F[_]](implicit arg0: Target[F]): Compiler[F, [β$0$]Resource[F, β$0$]]
    Definition Classes
    CompilerLowPriority2
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. implicit def target[F[_]](implicit F: Target[F]): Compiler[F, F]
    Definition Classes
    CompilerLowPriority1
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object Target extends TargetLowPriority with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from CompilerLowPriority

Inherited from CompilerLowPriority0

Inherited from CompilerLowPriority1

Inherited from CompilerLowPriority2

Inherited from AnyRef

Inherited from Any

Ungrouped