VecToBoolLogic

org.saddle.Vec$.VecToBoolLogic
implicit class VecToBoolLogic(v: Vec[Boolean])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def all: Boolean

True if all elements are true

True if all elements are true

Attributes

def countF: Int

Number of elements which are false

Number of elements which are false

Attributes

def countT: Int

Number of elements which are true

Number of elements which are true

Attributes

def none: Boolean

True if no elements are true

True if no elements are true

Attributes

def some: Boolean

True if some elements are true

True if some elements are true

Attributes