implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BooleanSeqTop
- SeqLikeToNum
- ToNum
- SeqLikeEq
- SeqLike
- NumBool
- Eq
- Aux
- Writable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
-
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def eq(a: In, b: In): Boolean
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
val
id: Int(5)
- Definition Classes
- BooleanSeqTop → Aux
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def neq(a: In, b: In): Boolean
-
def
not(a: In): In
- Definition Classes
- BooleanSeqTop → NumBool
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def write(out: DataOutput): Unit