IntEnumerable

trait IntEnumerable extends BoundedEnumerable[Int]
trait LowerBounded[Int]
trait UpperBounded[Int]
trait PartialNext[Int]
trait PartialPrevious[Int]
class Object
trait Matchable
class Any
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
def cyclePrevious(a: Int): Int
Inherited from
BoundedEnumerable
def maxBound: Int

Returns the upper limit of a type.

Returns the upper limit of a type.

Inherited from
UpperBounded
def membersAscending: LazyList[Int]

Enumerate the members in ascending order.

Enumerate the members in ascending order.

Inherited from
PartialNextLowerBounded
def membersDescending: LazyList[Int]

Enumerate the members in descending order.

Enumerate the members in descending order.

Inherited from
PartialPreviousUpperBounded
def minBound: Int

Returns the lower limit of a type.

Returns the lower limit of a type.

Inherited from
LowerBounded
def order: Order[Int]
Inherited from
BoundedEnumerable