AssocImpl

hxl.Requests$.AssocImpl
final case class AssocImpl[F[_], K, A](source: DataSource[F, K, A], key: K) extends Assoc[F, Option[A]]

Attributes

Source
Requests.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Assoc[F, Option[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): Assoc[G, Option[A]]

Attributes

Source
Requests.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product