Packages

p

fetch

package fetch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DataSourceIdentity = (DataSourceName, Any)
  2. type DataSourceName = String
  3. type Fetch[A] = Free[FetchOp, A]
  4. type FetchInterpreter[M[_]] = AnyRef { type f[x] = cats.data.StateT[M,fetch.FetchEnv,x] }

Value Members

  1. implicit val fetchApplicative: Applicative[Fetch]
  2. object debug

Inherited from AnyRef

Inherited from Any

Ungrouped