org.reactress.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 aggregate(m: Monoid[(Int, Int, T)]): (Int, Int, T)

    Definition Classes
    ReactContainer
  11. def apply(x: Int, y: Int): T

  12. final def asInstanceOf[T0]: T0

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

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

  15. def checkRoot(d: T): Unit

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

  17. def clear(): Unit

  18. def clearSafe(dummy: T): Unit

    Attributes
    protected
  19. def clearSubscriptions(): Unit

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

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def container: ReactTileMap[T]

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

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

    Definition Classes
    ReactContainer
  25. def default: T

  26. def dimension: Int

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

  28. def dimensions: Reactive[Int]

  29. 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
  30. 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
  31. 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
  32. 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
  33. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    ReactContainer
  36. def finalize(): Unit

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

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

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

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

  41. 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()
  42. final def getClass(): Class[_]

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

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

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

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

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

  48. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  51. def onMutated(): Unit

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

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

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

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

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

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

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

    Attributes
    protected
  59. def size: Int

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. def update(x: Int, y: Int, elem: T): Unit

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

  65. def updates: Reactive[XY]

  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. 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