Packages

o

de.sciss.lucre.aux.Aux

BooleanSeqTop

implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean]

Linear Supertypes
SeqLikeToNum[scala.Boolean], ToNum[Seq[scala.Boolean]], SeqLikeEq[scala.Boolean], SeqLike[scala.Boolean], NumBool[Seq[scala.Boolean]], Eq[Seq[scala.Boolean]], Aux, Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanSeqTop
  2. SeqLikeToNum
  3. ToNum
  4. SeqLikeEq
  5. SeqLike
  6. NumBool
  7. Eq
  8. Aux
  9. Writable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type Boolean = Seq[scala.Boolean]
    Definition Classes
    SeqLike
  2. final type Double = Seq[scala.Double]
    Definition Classes
    SeqLike
  3. final type In = Seq[scala.Boolean]
    Definition Classes
    SeqLike
  4. final type Int = Seq[scala.Int]
    Definition Classes
    SeqLike

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def binOp[B](a: In, b: In)(op: (scala.Boolean, scala.Boolean) ⇒ B): Seq[B]
    Attributes
    protected
    Definition Classes
    SeqLike
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def eq(a: In, b: In): Boolean
    Definition Classes
    SeqLikeEqEq
  8. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final val id: Int(5)
    Definition Classes
    BooleanSeqTopAux
  14. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  16. def neq(a: In, b: In): Boolean
    Definition Classes
    SeqLikeEqEq
  17. def not(a: In): In
    Definition Classes
    BooleanSeqTopNumBool
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val peer: BooleanTop.type
    Definition Classes
    BooleanSeqTopSeqLikeToNumSeqLikeEq
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. final def ternOp(a: In, b: In, c: In)(op: (scala.Boolean, scala.Boolean, scala.Boolean) ⇒ scala.Boolean): Seq[scala.Boolean]
    Attributes
    protected
    Definition Classes
    SeqLike
  23. final def toDouble(a: In): Double
    Definition Classes
    SeqLikeToNumToNum
  24. final def toInt(a: In): Int
    Definition Classes
    SeqLikeToNumToNum
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def unOp[B](a: In)(op: (scala.Boolean) ⇒ B): Seq[B]
    Attributes
    protected
    Definition Classes
    SeqLike
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def write(out: DataOutput): Unit
    Definition Classes
    AuxWritable

Inherited from SeqLikeToNum[scala.Boolean]

Inherited from ToNum[Seq[scala.Boolean]]

Inherited from SeqLikeEq[scala.Boolean]

Inherited from SeqLike[scala.Boolean]

Inherited from NumBool[Seq[scala.Boolean]]

Inherited from Eq[Seq[scala.Boolean]]

Inherited from Aux

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped