Delete

io.chrisdavenport.mules.Delete$
See theDelete companion trait
object Delete

Attributes

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

Members list

Concise view

Value members

Concrete methods

def contramap[F[_], A, B](d: Delete[F, A])(g: B => A): Delete[F, B]

Attributes

Source:
Cache.scala
def mapK[F[_], G[_], K](d: Delete[F, K])(fk: FunctionK[F, G]): Delete[G, K]

Attributes

Source:
Cache.scala