IntEnumerable

class IntOrder

Value members

Concrete methods

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

Inherited methods

def cycleNext(a: Int): Int
Inherited from:
BoundedEnumerable
Inherited from:
BoundedEnumerable

Returns the upper limit of a type.

Returns the upper limit of a type.

Inherited from:
UpperBounded

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Inherited from:
PartialNextLowerBounded

Enumerate the members in descending order.

Enumerate the members in descending order.

Inherited from:
PartialPreviousUpperBounded

Returns the lower limit of a type.

Returns the lower limit of a type.

Inherited from:
LowerBounded
Inherited from:
BoundedEnumerable