AsyncTable

korolev.effect.AsyncTable$
See theAsyncTable companion class
object AsyncTable

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class AlreadyContainsKeyException(key: Any) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class RemovedBeforePutException(key: Any) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Effect, K, V](elems: (K, V)*): AsyncTable[F, K, V]
def empty[F[_] : Effect, K, V]: F[AsyncTable[F, K, V]]
def unsafeCreateEmpty[F[_] : Effect, K, V]: AsyncTable[F, K, V]