trait
Modifiable[S <: Sys[S], K, Repr[~ <: Sys[~]] <: Elem[~]] extends Map[S, K, Repr]
Type Members
-
type
V = Repr[S]
Abstract Value Members
-
abstract
def
$[R[~ <: Sys[~]] <: Repr[~]](key: K)(implicit tx: S.Tx, ct: ClassTag[R[S]]): Option[R[S]]
-
abstract
def
+=(kv: (K, V))(implicit tx: S.Tx): Modifiable.this.type
-
abstract
def
-=(key: K)(implicit tx: S.Tx): Modifiable.this.type
-
abstract
def
changed: EventLike[S, Update[S, K, Repr]]
-
abstract
def
contains(key: K)(implicit tx: S.Tx): Boolean
-
abstract
def
dispose()(implicit tx: S.Tx): Unit
-
abstract
def
get(key: K)(implicit tx: S.Tx): Option[V]
-
abstract
def
id: S.ID
-
abstract
def
isEmpty(implicit tx: S.Tx): Boolean
-
abstract
def
iterator(implicit tx: S.Tx): Iterator[(K, V)]
-
abstract
def
keysIterator(implicit tx: S.Tx): Iterator[K]
-
abstract
def
modifiableOption: Option[Modifiable[S, K, Repr]]
-
abstract
def
nonEmpty(implicit tx: S.Tx): Boolean
-
abstract
def
put(key: K, value: V)(implicit tx: S.Tx): Option[V]
-
abstract
def
remove(key: K)(implicit tx: S.Tx): Option[V]
-
abstract
def
size(implicit tx: S.Tx): Int
-
abstract
def
tpe: Type
-
abstract
def
valuesIterator(implicit tx: S.Tx): Iterator[V]
-
abstract
def
write(out: DataOutput): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
attr(implicit tx: S.Tx): AttrMap[S]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Map[S, K, Repr]
Inherited from Writable
Inherited from Any