implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean] with FromAny[Seq[Boolean]]
- Alphabetic
- By Inheritance
- BooleanSeqTop
- FromAny
- SeqLikeToNum
- ToNum
- SeqLikeEq
- SeqLike
- HasDefault
- NumBool
- NumLogic
- Eq
- Adjunct
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final type Boolean = Seq[scala.Boolean]
- Definition Classes
- SeqLike
- final type Double = Seq[scala.Double]
- Definition Classes
- SeqLike
- final type In = Seq[scala.Boolean]
- Definition Classes
- SeqLike
- final type Int = Seq[scala.Int]
- Definition Classes
- SeqLike
- final type Long = Seq[scala.Long]
- Definition Classes
- SeqLike
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def and(a: In, b: In): In
- Definition Classes
- BooleanSeqTop → NumLogic
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def binOp[B](a: In, b: In)(op: (scala.Boolean, scala.Boolean) => B): Seq[B]
- Attributes
- protected
- Definition Classes
- SeqLike
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultValue: Seq[scala.Boolean]
- Definition Classes
- SeqLike → HasDefault
- def eq(a: In, b: In): Boolean
- Definition Classes
- SeqLikeEq → Eq
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- 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 withA
, returnsNone
.The extraction should be direct and lossless. For example, a
FromAny[Int]
should not try to parse a string, nor should it cast aLong
to anInt
. On the other hand, aFromAny[Double]
should accept aFloat
as input.- Definition Classes
- BooleanSeqTop → FromAny
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final val id: Int(5)
- Definition Classes
- BooleanSeqTop → Adjunct
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def negate(a: In): In
- Definition Classes
- BooleanSeqTop → NumBool
- def neq(a: In, b: In): Boolean
- Definition Classes
- SeqLikeEq → Eq
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def or(a: In, b: In): In
- Definition Classes
- BooleanSeqTop → NumLogic
- val peer: BooleanTop.type
- Definition Classes
- BooleanSeqTop → SeqLikeToNum → SeqLikeEq
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- final def toDouble(a: In): Double
- Definition Classes
- SeqLikeToNum → ToNum
- final def toInt(a: In): Int
- Definition Classes
- SeqLikeToNum → ToNum
- final def toLong(a: In): Long
- Definition Classes
- SeqLikeToNum → ToNum
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unOp[B](a: In)(op: (scala.Boolean) => B): Seq[B]
- Attributes
- protected
- Definition Classes
- SeqLike
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(out: DataOutput): Unit
- def xor(a: In, b: In): In
- Definition Classes
- BooleanSeqTop → NumLogic
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated