Class

fs2.Chunk

Booleans

Related Doc: package Chunk

Permalink

final class Booleans extends Chunk[Boolean]

Self Type
Booleans
Source
Chunk.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Booleans
  2. Chunk
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to any2stringadd[Booleans] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Booleans, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to ArrowAssoc[Booleans] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): Boolean

    Permalink
    Definition Classes
    BooleansChunk
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def at(i: Int): Boolean

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[B](pf: PartialFunction[Boolean, B]): Chunk[B]

    Permalink
    Definition Classes
    Chunk
  11. def copyToArray[B >: Boolean](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    BooleansChunk
  12. def drop(n: Int): Chunk[Boolean]

    Permalink
    Definition Classes
    BooleansChunk
  13. def ensuring(cond: (Booleans) ⇒ Boolean, msg: ⇒ Any): Booleans

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to Ensuring[Booleans] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Booleans) ⇒ Boolean): Booleans

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to Ensuring[Booleans] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Booleans

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to Ensuring[Booleans] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Booleans

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to Ensuring[Booleans] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(a: Any): Boolean

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  19. def filter(f: (Boolean) ⇒ Boolean): Booleans

    Permalink
    Definition Classes
    BooleansChunk
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def foldLeft[B](z: B)(f: (B, Boolean) ⇒ B): B

    Permalink
    Definition Classes
    BooleansChunk
  22. def foldRight[B](z: B)(f: (Boolean, B) ⇒ B): B

    Permalink
    Definition Classes
    BooleansChunk
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to StringFormat[Booleans] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  26. def indexWhere(p: (Boolean) ⇒ Boolean): Option[Int]

    Permalink
    Definition Classes
    Chunk
  27. def isEmpty: Boolean

    Permalink
    Definition Classes
    Chunk
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def iterator: Iterator[Boolean]

    Permalink
    Definition Classes
    Chunk
  30. def map[B](f: (Boolean) ⇒ B): Chunk[B]

    Permalink
    Definition Classes
    BooleansChunk
  31. def mapAccumulate[S, B](s0: S)(f: (S, Boolean) ⇒ (S, B)): (S, Chunk[B])

    Permalink
    Definition Classes
    Chunk
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def nonEmpty: Boolean

    Permalink
    Definition Classes
    Chunk
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. val offset: Int

    Permalink
  37. def scanLeft[B](z: B)(f: (B, Boolean) ⇒ B): Chunk[B]

    Permalink
    Definition Classes
    Chunk
  38. val size: Int

    Permalink
    Definition Classes
    BooleansChunk
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def take(n: Int): Chunk[Boolean]

    Permalink
    Definition Classes
    BooleansChunk
  41. def toArray[B >: Boolean](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    Chunk
  42. def toBooleans[B >: Boolean](implicit ev: =:=[B, Boolean]): Booleans

    Permalink
    Definition Classes
    Chunk
  43. def toBytes[B >: Boolean](implicit ev: =:=[B, Byte]): Bytes

    Permalink
    Definition Classes
    Chunk
  44. def toDoubles[B >: Boolean](implicit ev: =:=[B, Double]): Doubles

    Permalink
    Definition Classes
    Chunk
  45. def toList: List[Boolean]

    Permalink
    Definition Classes
    Chunk
  46. def toLongs[B >: Boolean](implicit ev: =:=[B, Long]): Longs

    Permalink
    Definition Classes
    Chunk
  47. def toString(): String

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  48. def toVector: Vector[Boolean]

    Permalink
    Definition Classes
    Chunk
  49. def uncons: Option[(Boolean, Chunk[Boolean])]

    Permalink
    Definition Classes
    Chunk
  50. val values: Array[Boolean]

    Permalink
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (Booleans, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Booleans to ArrowAssoc[Booleans] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Chunk[Boolean]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Booleans to any2stringadd[Booleans]

Inherited by implicit conversion StringFormat from Booleans to StringFormat[Booleans]

Inherited by implicit conversion Ensuring from Booleans to Ensuring[Booleans]

Inherited by implicit conversion ArrowAssoc from Booleans to ArrowAssoc[Booleans]

Ungrouped