PartialPreviousUpperBounded

trait PartialPreviousUpperBounded[@specialized A] extends PartialPrevious[A] with PartialNext[A] with UpperBounded[A]
trait UpperBounded[A]
trait PartialNext[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def membersDescending: LazyList[A]

Enumerate the members in descending order.

Enumerate the members in descending order.

Inherited methods

def maxBound: A

Returns the upper limit of a type.

Returns the upper limit of a type.

Inherited from
UpperBounded
def partialNext(a: A): Option[A]
Inherited from
PartialNext
Inherited from
UpperBounded
def partialPrevious(a: A): Option[A]
Inherited from
PartialPrevious