Packages

final class Constants[+A] extends BindingSeq[A]

An data binding expression of sequence that never changes.

Source
Binding.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Constants
  2. BindingSeq
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class WithFilter extends AnyRef

    A helper to build complicated comprehension expressions for BindingSeq

    A helper to build complicated comprehension expressions for BindingSeq

    Definition Classes
    BindingSeq
  2. type All[+A] = Seq[A]

    The value type of all

    The value type of all

    Definition Classes
    ConstantsBindingSeq

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Constants[A] toany2stringadd[Constants[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Constants[A], B)
    Implicit
    This member is added by an implicit conversion from Constants[A] toArrowAssoc[Constants[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addPatchedListener(listener: PatchedListener[A]): Unit
    Attributes
    protected
    Definition Classes
    ConstantsBindingSeq
    Annotations
    @inline()
  7. final def all: Binding[All[A]]

    Returns a new Binding expression of all elements in this BindingSeq.

    Returns a new Binding expression of all elements in this BindingSeq.

    Definition Classes
    BindingSeq
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def ensuring(cond: (Constants[A]) => Boolean, msg: => Any): Constants[A]
    Implicit
    This member is added by an implicit conversion from Constants[A] toEnsuring[Constants[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Constants[A]) => Boolean): Constants[A]
    Implicit
    This member is added by an implicit conversion from Constants[A] toEnsuring[Constants[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): Constants[A]
    Implicit
    This member is added by an implicit conversion from Constants[A] toEnsuring[Constants[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Constants[A]
    Implicit
    This member is added by an implicit conversion from Constants[A] toEnsuring[Constants[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. macro def flatMap[B](f: (A) => BindingSeq[B]): BindingSeq[B]

    Returns a BindingSeq that flat-maps each element of this BindingSeq via f

    Returns a BindingSeq that flat-maps each element of this BindingSeq via f

    f

    The mapper function, which may contain magic bind calls.

    Definition Classes
    BindingSeq
  17. final def flatMapBinding[B](f: (A) => Binding[BindingSeq[B]]): BindingSeq[B]

    The underlying implementation of flatMap.

    The underlying implementation of flatMap.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    Don't use this method in user code.

  18. macro def foreach[U](f: (A) => U): Unit
    Definition Classes
    BindingSeq
  19. def foreachBinding[U](f: (A) => Binding[U]): Binding[Unit]

    The underlying implementation of foreach.

    The underlying implementation of foreach.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    Don't use this method in user code.

  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Constants[A] toStringFormat[Constants[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def isEmpty: Binding[Boolean]
    Definition Classes
    BindingSeq
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def length: Binding[Int]
    Definition Classes
    BindingSeq
  26. macro def map[B](f: (A) => B): BindingSeq[B]

    Returns a BindingSeq that maps each element of this BindingSeq via f

    Returns a BindingSeq that maps each element of this BindingSeq via f

    f

    The mapper function, which may contain magic bind calls.

    Definition Classes
    BindingSeq
  27. final def mapBinding[B](f: (A) => Binding[B]): BindingSeq[B]

    The underlying implementation of map.

    The underlying implementation of map.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    Don't use this method in user code.

  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nonEmpty: Binding[Boolean]
    Definition Classes
    BindingSeq
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def removePatchedListener(listener: PatchedListener[A]): Unit
    Attributes
    protected
    Definition Classes
    ConstantsBindingSeq
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def unwatch(): Unit

    Disables automatic recalculation.

    Disables automatic recalculation.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    This method is recursive, which means that the dependencies of this BindingSeq will be unwatched as well.

  36. def value: Seq[A]

    Returns the current value of this BindingSeq.

    Returns the current value of this BindingSeq.

    Definition Classes
    ConstantsBindingSeq
    Annotations
    @inline()
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def watch(): Unit

    Enables automatic recalculation.

    Enables automatic recalculation.

    You may invoke this method more than once. Then, when you want to disable automatic recalculation, you must invoke unwatch same times as the number of calls to this method.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    This method is recursive, which means that the dependencies of this BindingSeq will be watched as well.

  41. macro def withFilter(condition: (A) => Boolean): WithFilter

    Returns a view of this BindingSeq that applied a filter of condition

    Returns a view of this BindingSeq that applied a filter of condition

    Definition Classes
    BindingSeq
  42. final def withFilterBinding(condition: (A) => Binding[Boolean]): WithFilter

    The underlying implementation of withFilter.

    The underlying implementation of withFilter.

    Definition Classes
    BindingSeq
    Annotations
    @inline()
    Note

    Don't use this method in user code.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def [B](y: B): (Constants[A], B)
    Implicit
    This member is added by an implicit conversion from Constants[A] toArrowAssoc[Constants[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from BindingSeq[A]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromConstants[A] to any2stringadd[Constants[A]]

Inherited by implicit conversion StringFormat fromConstants[A] to StringFormat[Constants[A]]

Inherited by implicit conversion Ensuring fromConstants[A] to Ensuring[Constants[A]]

Inherited by implicit conversion ArrowAssoc fromConstants[A] to ArrowAssoc[Constants[A]]

Ungrouped