Packages

o

org.saddle.scalar

ScalarTagBool

object ScalarTagBool extends ScalarTag[Boolean]

Boolean ScalarTag. No support for missing value.

Linear Supertypes
ScalarTag[Boolean], CouldBeNumber[Boolean], CouldBeOrdered[Boolean], SpecializedFactory[Boolean], ClassTag[Boolean], Equals, ClassManifestDeprecatedApis[Boolean], OptManifest[Boolean], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalarTagBool
  2. ScalarTag
  3. CouldBeNumber
  4. CouldBeOrdered
  5. SpecializedFactory
  6. ClassTag
  7. Equals
  8. ClassManifestDeprecatedApis
  9. OptManifest
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def altMatConstructor(r: Int, c: Int, arr: Array[Vec[Boolean]])(implicit st: ST[Boolean]): Mat[Boolean]

    Can override this default construction methodology to avoid the toArray call if you don't want to extract elements that way.

    Can override this default construction methodology to avoid the toArray call if you don't want to extract elements that way.

    Attributes
    protected
    Definition Classes
    SpecializedFactory
  5. def argString: String
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  6. def arrayClass[A](tp: Class[_]): Class[Array[A]]
    Attributes
    protected
    Definition Classes
    ClassManifestDeprecatedApis
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asString(v: Boolean): String
    Definition Classes
    ScalarTag
  9. def canEqual(x: Any): Boolean
    Definition Classes
    ClassTag → Equals → ClassManifestDeprecatedApis
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compare(x: Boolean, y: Boolean)(implicit ev: ORD[Boolean]): Int
    Definition Classes
    ScalarTagBool → CouldBeOrdered
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(o: Any): Boolean
    Definition Classes
    ScalarTag → ClassTag → Equals → AnyRef → Any
  14. def erasure: Class[_]
    Definition Classes
    ScalarTag → ClassManifestDeprecatedApis
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def gt(a: Boolean, b: Boolean)(implicit ev: ORD[Boolean]): Boolean
    Definition Classes
    CouldBeOrdered
  18. def hashCode(): Int
    Definition Classes
    ScalarTag → ClassTag → AnyRef → Any
  19. def inf(implicit ev: NUM[Boolean]): Boolean
    Definition Classes
    ScalarTagBool → CouldBeNumber
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isMissing(v: Boolean): Boolean
    Definition Classes
    ScalarTagBoolScalarTag
  22. def iseq(a: Boolean, b: Boolean)(implicit ev: ORD[Boolean]): Boolean
    Definition Classes
    CouldBeOrdered
  23. def lt(a: Boolean, b: Boolean)(implicit ev: ORD[Boolean]): Boolean
    Definition Classes
    CouldBeOrdered
  24. def makeBuf(sz: Int = org.saddle.Buffer.INIT_CAPACITY): Buffer[Boolean]
    Definition Classes
    ScalarTagBool → SpecializedFactory
  25. def makeIndex(vec: Vec[Boolean])(implicit ord: ORD[Boolean]): Index[Boolean]
    Definition Classes
    ScalarTagBool → SpecializedFactory
  26. def makeLoc(sz: Int = Locator.INIT_CAPACITY): LocatorBool
    Definition Classes
    ScalarTagBool → SpecializedFactory
  27. def makeLocAll(sz: Int = Locator.INIT_CAPACITY): LocatorAllBoolean
    Definition Classes
    ScalarTagBool → SpecializedFactory
  28. def makeMat(r: Int, c: Int, arr: Array[Boolean]): Mat[Boolean]
    Definition Classes
    ScalarTagBool → SpecializedFactory
  29. final def makeMat(arr: Array[Vec[Boolean]])(implicit st: ST[Boolean]): Mat[Boolean]

    An alternative Mat factory method using array of Vecs

    An alternative Mat factory method using array of Vecs

    Definition Classes
    SpecializedFactory
  30. def makeSorter(implicit ord: ORD[Boolean]): Sorter[Boolean]
    Definition Classes
    ScalarTagBool → SpecializedFactory
  31. def makeVec(arr: Array[Boolean]): Vec[Boolean]
    Definition Classes
    ScalarTagBool → SpecializedFactory
  32. def missing: Boolean
    Definition Classes
    ScalarTagBoolScalarTag
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def negInf(implicit ev: NUM[Boolean]): Boolean
    Definition Classes
    ScalarTagBool → CouldBeNumber
  35. def newArray(len: Int): Array[Boolean]
    Definition Classes
    ClassTag
  36. def notMissing(v: Boolean): Boolean
    Definition Classes
    ScalarTagBoolScalarTag
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def one(implicit ev: NUM[Boolean]): Boolean
    Definition Classes
    ScalarTagBool → CouldBeNumber
  40. def parse(s: Array[Char], from: Int, to: Int): Boolean

    Parses from a char array

    Parses from a char array

    Does not throw on erroneous input, rather returns the missing value.

    s

    characters

    from

    first index, inclusive

    to

    last index, exclusive

    returns

    a parsed value, or the missing value if any error occurs

    Definition Classes
    ScalarTagBoolScalarTag
  41. def runtimeClass: Class[Boolean]
    Definition Classes
    ScalarTagBoolScalarTag → ClassTag
  42. def show(v: Boolean): String
    Definition Classes
    ScalarTagBoolScalarTag
  43. def strList(v: Boolean): List[String]
    Definition Classes
    ScalarTag
  44. def strListLossless(v: Boolean): List[String]
    Definition Classes
    ScalarTag
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toDouble(t: Boolean)(implicit ev: NUM[Boolean]): Double
    Definition Classes
    ScalarTagBool → CouldBeNumber
  47. def toString(): String
    Definition Classes
    ScalarTagBoolScalarTag → ClassTag → AnyRef → Any
  48. def unapply(x: Any): Option[Boolean]
    Definition Classes
    ClassTag
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def wrap: ClassTag[Array[Boolean]]
    Definition Classes
    ClassTag
  53. def zero(implicit ev: NUM[Boolean]): Boolean
    Definition Classes
    ScalarTagBool → CouldBeNumber

Deprecated Value Members

  1. def <:<(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  2. def >:>(that: ClassManifest[_]): Boolean
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag for subtype checking instead

  3. def arrayManifest: ClassManifest[Array[Boolean]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap instead

  4. def newArray2(len: Int): Array[Array[Boolean]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.newArray instead

  5. def newArray3(len: Int): Array[Array[Array[Boolean]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.newArray instead

  6. def newArray4(len: Int): Array[Array[Array[Array[Boolean]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.newArray instead

  7. def newArray5(len: Int): Array[Array[Array[Array[Array[Boolean]]]]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use wrap.wrap.wrap.wrap.newArray instead

  8. def newArrayBuilder(): ArrayBuilder[Boolean]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use ArrayBuilder.make(this) instead

  9. def newWrappedArray(len: Int): ArraySeq[Boolean]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) create WrappedArray directly instead

  10. def typeArguments: List[OptManifest[_]]
    Definition Classes
    ClassManifestDeprecatedApis
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use scala.reflect.runtime.universe.TypeTag to capture type structure instead

Inherited from ScalarTag[Boolean]

Inherited from CouldBeNumber[Boolean]

Inherited from CouldBeOrdered[Boolean]

Inherited from SpecializedFactory[Boolean]

Inherited from ClassTag[Boolean]

Inherited from Equals

Inherited from ClassManifestDeprecatedApis[Boolean]

Inherited from OptManifest[Boolean]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped