org.reactress.container

ReactMap

class ReactMap[K, V >: Null <: AnyRef] extends ReactContainer[(K, V)] with ReactBuilder[(K, V), ReactMap[K, V]]

Linear Supertypes
ReactBuilder[(K, V), ReactMap[K, V]], ReactContainer[(K, V)], Subscriptions, ReactMutable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactMap
  2. ReactBuilder
  3. ReactContainer
  4. Subscriptions
  5. ReactMutable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactMap()(implicit can: Can[K, V])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def +=(kv: (K, V)): Boolean

    Definition Classes
    ReactMapReactBuilder
  6. def -=(kv: (K, V)): Boolean

    Definition Classes
    ReactMapReactBuilder
  7. def ->[B](y: B): (ReactMap[K, V], B)

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to ArrowAssoc[ReactMap[K, V]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def aggregate(m: Monoid[(K, V)]): (K, V)

    Definition Classes
    ReactContainer
  11. def apply(key: K): V

  12. def applyOrNil(key: K): V

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def bindSubscription(s: Subscription): Subscription

    Definition Classes
    SubscriptionsReactMutable
  15. def builder: ReactBuilder[(K, V), ReactMap[K, V]]

  16. implicit val can: Can[K, V]

  17. def clear(): Unit

  18. def clearSubscriptions(): Unit

    Definition Classes
    Subscriptions
  19. def clears: Reactive[Unit]

  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def container: ReactMap[K, V]

    Definition Classes
    ReactMapReactBuilder
  22. def contains(key: K): Boolean

  23. def count(p: ((K, V)) ⇒ Boolean): Int

    Definition Classes
    ReactContainer
  24. def ensuring(cond: (ReactMap[K, V]) ⇒ Boolean, msg: ⇒ Any): ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to Ensuring[ReactMap[K, V]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (ReactMap[K, V]) ⇒ Boolean): ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to Ensuring[ReactMap[K, V]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to Ensuring[ReactMap[K, V]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to Ensuring[ReactMap[K, V]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  30. def exists(p: ((K, V)) ⇒ Boolean): Boolean

    Definition Classes
    ReactContainer
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def forall(p: ((K, V)) ⇒ Boolean): Boolean

    Definition Classes
    ReactContainer
  33. def foreach(f: ((K, V)) ⇒ Unit): Unit

    Definition Classes
    ReactMapReactContainer
  34. def foreach(f: (K, V) ⇒ Unit): Unit

  35. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. def get(key: K): Option[V]

  37. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. def init(k: K): Unit

    Attributes
    protected
  40. def inserts: Reactive[(K, V)]

    Definition Classes
    ReactMapReactContainer
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. def onMutated(): Unit

    Definition Classes
    ReactMutable
  46. val react: Lifted[K, V]

    Definition Classes
    ReactMapReactContainer
  47. def remove(key: K): Boolean

  48. def removes: Reactive[(K, V)]

    Definition Classes
    ReactMapReactContainer
  49. def size: Int

    Definition Classes
    ReactMapReactContainer
  50. val subscriptions: Set[Subscription]

    Definition Classes
    Subscriptions
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    ReactMap → AnyRef → Any
  53. def update(key: K, value: V): Unit

  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def [B](y: B): (ReactMap[K, V], B)

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to ArrowAssoc[ReactMap[K, V]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (reactMap: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (reactMap: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to ArrowAssoc[ReactMap[K, V]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (reactMap: ArrowAssoc[ReactMap[K, V]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ReactMap[K, V]

    Implicit information
    This member is added by an implicit conversion from ReactMap[K, V] to Ensuring[ReactMap[K, V]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (reactMap: Ensuring[ReactMap[K, V]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ReactBuilder[(K, V), ReactMap[K, V]]

Inherited from ReactContainer[(K, V)]

Inherited from Subscriptions

Inherited from ReactMutable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReactMap[K, V] to StringAdd

Inherited by implicit conversion any2stringfmt from ReactMap[K, V] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ReactMap[K, V] to ArrowAssoc[ReactMap[K, V]]

Inherited by implicit conversion any2Ensuring from ReactMap[K, V] to Ensuring[ReactMap[K, V]]

Ungrouped