Lookup

io.chrisdavenport.mules.Lookup$
See theLookup companion trait
object Lookup

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
Cache.scala