AtomicMap

net.sigusr.mqtt.impl.protocol.AtomicMap
See theAtomicMap companion object
trait AtomicMap[F[_], K, V]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def remove(key: K): F[Option[V]]
def removeAll(): F[List[V]]
def update(key: K, result: V): F[Unit]