BoolSeqLike

ostrat.BoolSeqLike
trait BoolSeqLike extends SeqLike[Boolean]

Attributes

Graph
Supertypes
trait SeqLike[Boolean]
class Any
Known subtypes
class BoolArr
trait BoolSeqSpec

Members list

Type members

Types

type ThisT <: BoolSeqLike

Gives the final type of this class.

Gives the final type of this class.

Attributes

Value members

Abstract methods

def fromArray(array: Array[Boolean]): ThisT

Constructs a new instance of the final type / class from an Array[Boolean].

Constructs a new instance of the final type / class from an Array[Boolean].

Attributes

Concrete methods

override def fElemStr: Boolean => String

Attributes

Definition Classes
final override def setElemUnsafe(i: Int, newElem: Boolean): Unit

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Definition Classes
def unsafeArrayCopy(operand: Array[Boolean], offset: Int, copyLength: Int): Unit

Inherited methods

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

Attributes

Inherited from:
SeqLike
def setElemsUnsafe(index: Int, elems: Boolean*): Unit

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike
def ssForeach[U](f: Boolean => U): Unit

Performs a side effecting function on each element of the specifying sequence in order.

Performs a side effecting function on each element of the specifying sequence in order.

Attributes

Inherited from:
SeqLike
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SeqLike -> Any
Inherited from:
SeqLike

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike