PartialNextLowerBounded

trait PartialNextLowerBounded[@specialized A] extends PartialPrevious[A] with PartialNext[A] with LowerBounded[A]
trait LowerBounded[A]
trait PartialNext[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def membersAscending: LazyList[A]

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Inherited methods

def minBound: A

Returns the lower limit of a type.

Returns the lower limit of a type.

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