fetch

package fetch

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fetch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. object debug

  2. package document

  3. implicit val fetchApplicative: Applicative[Fetch]

Inherited from AnyRef

Inherited from Any

Ungrouped