Packages

object Transactor

Source
transactor.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. Transactor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[M[_], A0] = Transactor[M] { type A = A0 }

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 after[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

  5. def always[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

  6. def apply[M[_], A0](kernel0: A0, connect0: (A0) ⇒ M[Connection], interpret0: Interpreter[M], strategy0: Strategy): Aux[M, A0]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def before[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connect[M[_], A]: Lens[Aux[M, A], (A) ⇒ M[Connection]]

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromConnection[M[_]](a: Connection)(implicit arg0: Async[M]): Aux[M, Connection]

  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def interpret[M[_]]: Lens[Transactor[M], Interpreter[M]]

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def kernel[M[_], A]: Lens[Aux[M, A], A]

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def oops[M[_]]: Lens[Transactor[M], ConnectionIO[Unit]]

  24. def strategy[M[_]]: Lens[Transactor[M], Strategy]

  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. object fromDataSource

    Construct a constructor of Transactor[M, D] for some D <: DataSource by partial application of M, which cannot be inferred in general.

    Construct a constructor of Transactor[M, D] for some D <: DataSource by partial application of M, which cannot be inferred in general. This follows the pattern described [here](http://tpolecat.github.io/2015/07/30/infer.html).

  31. object fromDriverManager

    Construct a constructor of Transactor[M, Unit] backed by the JDBC DriverManager by partial application of M, which cannot be inferred in general.

    Construct a constructor of Transactor[M, Unit] backed by the JDBC DriverManager by partial application of M, which cannot be inferred in general. This follows the pattern described [here](http://tpolecat.github.io/2015/07/30/infer.html).

Inherited from AnyRef

Inherited from Any

Constructors

Lenses

Ungrouped