BooleanEnumerable

trait BooleanEnumerable extends BoundedEnumerable[Boolean]
trait BoundedEnumerable[Boolean]
trait LowerBounded[Boolean]
trait UpperBounded[Boolean]
trait PartialNext[Boolean]
trait PartialPrevious[Boolean]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def partialNext(a: Boolean): Option[Boolean]
Definition Classes
override def partialPrevious(a: Boolean): Option[Boolean]
Definition Classes

Inherited methods

def cycleNext(a: Boolean): Boolean
Inherited from
BoundedEnumerable
def cyclePrevious(a: Boolean): Boolean
Inherited from
BoundedEnumerable
def maxBound: Boolean

Returns the upper limit of a type.

Returns the upper limit of a type.

Inherited from
UpperBounded
def membersAscending: LazyList[Boolean]

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Inherited from
PartialNextLowerBounded
def membersDescending: LazyList[Boolean]

Enumerate the members in descending order.

Enumerate the members in descending order.

Inherited from
PartialPreviousUpperBounded
def minBound: Boolean

Returns the lower limit of a type.

Returns the lower limit of a type.

Inherited from
LowerBounded
def order: Order[Boolean]
Inherited from
BoundedEnumerable
override def partialOrder: PartialOrder[Boolean]