Packages

abstract class BaseService[F[_], T] extends AnyRef

Source
BaseService.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseService
  2. AnyRef
  3. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BaseService(baseUri: Uri, name: String)(implicit arg0: Decoder[T], client: Client[F], F: Sync[F])

Value Members

  1. def get(id: String): F[T]
  2. def list(query: Query): Stream[F, T]
  3. def list(): Stream[F, T]
  4. val name: String
  5. val pluralName: String
  6. val uri: Uri