Packages

o

de.sciss.lucre.Adjunct

BooleanSeqTop

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

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

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
  5. final type Long = Seq[scala.Long]
    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. def and(a: In, b: In): In
    Definition Classes
    BooleanSeqTopNumLogic
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def binOp[B](a: In, b: In)(op: (scala.Boolean, scala.Boolean) => B): Seq[B]
    Attributes
    protected
    Definition Classes
    SeqLike
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def defaultValue: Seq[scala.Boolean]
    Definition Classes
    SeqLike → HasDefault
  9. def eq(a: In, b: In): Boolean
    Definition Classes
    SeqLikeEq → Eq
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  12. def fromAny(in: Any): Option[Seq[scala.Boolean]]

    Tries to extract a value of type A from an unknown input value.

    Tries to extract a value of type A from an unknown input value. If the input value is generally incompatible with A, returns None.

    The extraction should be direct and lossless. For example, a FromAny[Int] should not try to parse a string, nor should it cast a Long to an Int. On the other hand, a FromAny[Double] should accept a Float as input.

    Definition Classes
    BooleanSeqTopFromAny
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final val id: Int(5)
    Definition Classes
    BooleanSeqTopAdjunct
  16. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. def negate(a: In): In
    Definition Classes
    BooleanSeqTopNumBool
  19. def neq(a: In, b: In): Boolean
    Definition Classes
    SeqLikeEq → Eq
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def or(a: In, b: In): In
    Definition Classes
    BooleanSeqTopNumLogic
  23. val peer: BooleanTop.type
    Definition Classes
    BooleanSeqTop → SeqLikeToNum → SeqLikeEq
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. 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
  26. final def toDouble(a: In): Double
    Definition Classes
    SeqLikeToNum → ToNum
  27. final def toInt(a: In): Int
    Definition Classes
    SeqLikeToNum → ToNum
  28. final def toLong(a: In): Long
    Definition Classes
    SeqLikeToNum → ToNum
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def unOp[B](a: In)(op: (scala.Boolean) => B): Seq[B]
    Attributes
    protected
    Definition Classes
    SeqLike
  31. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. def write(out: DataOutput): Unit
    Definition Classes
    AdjunctWritable
  35. def xor(a: In, b: In): In
    Definition Classes
    BooleanSeqTopNumLogic

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from FromAny[Seq[scala.Boolean]]

Inherited from SeqLikeToNum[scala.Boolean]

Inherited from ToNum[Seq[scala.Boolean]]

Inherited from SeqLikeEq[scala.Boolean]

Inherited from SeqLike[scala.Boolean]

Inherited from HasDefault[Seq[scala.Boolean]]

Inherited from NumBool[Seq[scala.Boolean]]

Inherited from NumLogic[Seq[scala.Boolean]]

Inherited from Eq[Seq[scala.Boolean]]

Inherited from Adjunct

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped