Pure

hxl.Requests$.Pure
final case class Pure[F[_], A](value: A) extends Requests[F, A]

Attributes

Source:
Requests.scala
Graph
Supertypes
trait Product
trait Equals
trait Requests[F, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
Requests.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product