Packages

object fromDataSource

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

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

Constructors (Partially Applied)

  1. class FromDataSourceUnapplied[M[_]] extends AnyRef

    Constructor of Transactor[M, D] fixed for M; see the apply method for details.

Ungrouped

  1. def apply[M[_]]: FromDataSourceUnapplied[M]