scala.reactive.container

ReactTileMap

class ReactTileMap[T] extends ReactContainer[(Int, Int, T)] with ReactBuilder[(Int, Int, T), ReactTileMap[T]] with Default[(Int, Int, T)]

Self Type
ReactTileMap[T]
Linear Supertypes
Default[(Int, Int, T)], ReactBuilder[(Int, Int, T), ReactTileMap[T]], ReactContainer[(Int, Int, T)], Subscriptions, ReactMutable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactTileMap
  2. Default
  3. ReactBuilder
  4. ReactContainer
  5. Subscriptions
  6. ReactMutable
  7. AnyRef
  8. 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 ReactTileMap(dim: Int, dflt: T, compress: Boolean = true)(implicit arg0: ClassTag[T])

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 ReactTileMap[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def +=(kv: (Int, Int, T)): Boolean

    Definition Classes
    ReactTileMapReactBuilder
  6. def -=(kv: (Int, Int, T)): Boolean

    Definition Classes
    ReactTileMapReactBuilder
  7. def ->[B](y: B): (ReactTileMap[T], B)

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to ArrowAssoc[ReactTileMap[T]] 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 apply(x: Int, y: Int): T

  11. final def asInstanceOf[T0]: T0

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

    Called internally - binds a subscription to this reactive mutable value.

    Called internally - binds a subscription to this reactive mutable value.

    Definition Classes
    SubscriptionsReactMutable
  13. def builder: ReactBuilder[(Int, Int, T), ReactTileMap[T]]

  14. def checkRoot(d: T): Unit

    Attributes
    protected
  15. def clamp(x: Int, y: Int): T

  16. def clear(): Unit

  17. def clearSafe(dummy: T): Unit

    Attributes
    protected
  18. def clearSubscriptions(): Unit

    Definition Classes
    Subscriptions
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def collect[S <: AnyRef](pf: PartialFunction[(Int, Int, T), S])(implicit e: <:<[(Int, Int, T), AnyRef]): ReactContainer[S]

    Definition Classes
    ReactContainer
  21. def container: ReactTileMap[T]

    Definition Classes
    ReactTileMapReactBuilder
  22. final def contains(x: Int, y: Int): Boolean

    Annotations
    @inline()
  23. def count(p: ((Int, Int, T)) ⇒ Boolean): Int

    Definition Classes
    ReactContainer
  24. def default: T

  25. def dimension: Int

  26. def dimension_=(ndim: Int): Unit

  27. def dimensions: Reactive[Int]

  28. def ensuring(cond: (ReactTileMap[T]) ⇒ Boolean, msg: ⇒ Any): ReactTileMap[T]

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

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

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to Ensuring[ReactTileMap[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): ReactTileMap[T]

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

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

    Definition Classes
    AnyRef → Any
  34. def exists(p: ((Int, Int, T)) ⇒ Boolean): Boolean

    Definition Classes
    ReactContainer
  35. def filter(p: ((Int, Int, T)) ⇒ Boolean): ReactContainer[(Int, Int, T)]

    Definition Classes
    ReactContainer
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def fold(m: Monoid[(Int, Int, T)]): (Int, Int, T)

    Definition Classes
    ReactContainer
  38. def forall(p: ((Int, Int, T)) ⇒ Boolean): Boolean

    Definition Classes
    ReactContainer
  39. def foreach(f: ((Int, Int, T)) ⇒ Unit): Unit

    Definition Classes
    ReactTileMapReactContainer
  40. def foreachLeaf[U](f: (T) ⇒ U): Unit

  41. def foreachNonDefaultTile[U](fromx: Int, fromy: Int, untilx: Int, untily: Int)(t: Applier[T]): Unit

  42. def foreachTile[U](fromx: Int, fromy: Int, untilx: Int, untily: Int)(t: Applier[T]): Unit

  43. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  44. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  46. def init(d: T): Unit

    Attributes
    protected
  47. def inserts: Reactive[(Int, Int, T)]

    Definition Classes
    ReactTileMapReactContainer
  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def leaf(x: Int, y: Int): Node[T]

  50. def map[S](f: ((Int, Int, T)) ⇒ S): ReactContainer[S]

    Definition Classes
    ReactContainer
  51. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  54. def onMutated(): Unit

    Called internally - when the mutable reactive or its internal value has been mutated.

    Called internally - when the mutable reactive or its internal value has been mutated.

    Definition Classes
    ReactMutable
  55. def orElse(x: Int, y: Int, elem: T): T

  56. val react: Default[(Int, Int, T)]

    Definition Classes
    DefaultReactContainer
  57. def read(array: Array[T], width: Int, height: Int, fromx: Int, fromy: Int, untilx: Int, untily: Int): Unit

  58. def removes: Reactive[(Int, Int, T)]

    Definition Classes
    ReactTileMapReactContainer
  59. def root: Node[T]

    Attributes
    protected
  60. def root_=(r: Node[T]): Unit

    Attributes
    protected
  61. def setDimensionSafe(ndim: Int, dummy: T): Unit

    Attributes
    protected
  62. def size: Int

    Definition Classes
    ReactTileMapReactContainer
  63. val subscriptions: Set[Subscription]

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

    Definition Classes
    AnyRef
  65. def to[That <: ReactContainer[(Int, Int, T)]](implicit factory: Factory[(Int, Int, T), That]): That

    Definition Classes
    ReactContainer
  66. def toString(): String

    Definition Classes
    AnyRef → Any
  67. def union(that: ReactContainer[(Int, Int, T)])(implicit count: Count[(Int, Int, T)], a: Arrayable[(Int, Int, T)], b: CanBeBuffered): ReactContainer[(Int, Int, T)]

    Definition Classes
    ReactContainer
  68. def update(x: Int, y: Int, elem: T): Unit

  69. def update(xy: XY, elem: T): Unit

  70. def updateSafe(x: Int, y: Int, elem: T): Unit

  71. def updates: Reactive[XY]

  72. def values: ReactContainer[T]

  73. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def [B](y: B): (ReactTileMap[T], B)

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to ArrowAssoc[ReactTileMap[T]] 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 ReactTileMap[T] 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:
    (reactTileMap: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] 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:
    (reactTileMap: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ReactTileMap[T]

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to ArrowAssoc[ReactTileMap[T]] 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:
    (reactTileMap: ArrowAssoc[ReactTileMap[T]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ReactTileMap[T]

    Implicit information
    This member is added by an implicit conversion from ReactTileMap[T] to Ensuring[ReactTileMap[T]] 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:
    (reactTileMap: Ensuring[ReactTileMap[T]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Default[(Int, Int, T)]

Inherited from ReactBuilder[(Int, Int, T), ReactTileMap[T]]

Inherited from ReactContainer[(Int, Int, T)]

Inherited from Subscriptions

Inherited from ReactMutable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReactTileMap[T] to StringAdd

Inherited by implicit conversion any2stringfmt from ReactTileMap[T] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ReactTileMap[T] to ArrowAssoc[ReactTileMap[T]]

Inherited by implicit conversion any2Ensuring from ReactTileMap[T] to Ensuring[ReactTileMap[T]]

Ungrouped