Get

io.chrisdavenport.mules.Get$
See theGet companion trait
object Get

Attributes

Companion:
trait
Source:
Cache.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Get.type

Members list

Concise view

Value members

Concrete methods

def contramapKeys[F[_], K, B, A](l: Get[F, K, A])(g: B => K): Get[F, B, A]

Attributes

Source:
Cache.scala
def evalMap[F[_] : Monad, K, A, B](l: Get[F, K, A])(f: A => F[B]): Get[F, K, B]

Attributes

Source:
Cache.scala
def mapK[F[_], G[_], K, V](g: Get[F, K, V])(fk: FunctionK[F, G]): Get[G, K, V]

Attributes

Source:
Cache.scala
def mapValues[F[_] : Functor, K, A, B](l: Get[F, K, A])(f: A => B): Get[F, K, B]

Attributes

Source:
Cache.scala